...
Code Block |
---|
svn://svn.anotheria.net/opensource/distributeme/trunk/distributeme-registry |
Building project or Downloading the war
There is also pom.xml in the project's directory so building this project with Maven:
...
Code Block |
---|
... [INFO] Webapp assembled in [1903 msecs] [INFO] Building war: /Users/bezuhlyi/projects/distributeme-registry/target/distributeme.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ distributeme-registry --- [INFO] Installing /Users/bezuhlyi/projects/distributeme-registry/target/distributeme.war to /Users/bezuhlyi/.m2/repository/net/anotheria/distributeme-registry/1.3.0-SNAPSHOT/distributeme-registry-1.3.0-SNAPSHOT.war [INFO] Installing /Users/bezuhlyi/projects/distributeme-registry/pom.xml to /Users/bezuhlyi/.m2/repository/net/anotheria/distributeme-registry/1.3.0-SNAPSHOT/distributeme-registry-1.3.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.194s [INFO] Finished at: Fri Oct 26 17:13:45 EEST 2012 [INFO] Final Memory: 13M/81M [INFO] ------------------------------------------------------------------------ Process finished with exit code 0 |
Info |
---|
alternatively you can simply download the latest registry from maven central and rename it to distributeme.war: |
Configuring Tomcat
Prapare your Tomcat for running DistributeMe Registry. Set up port for HTTP protocol connector to 9229, editing Tomcat's server.xml config file, for example:
...