Transcript...

$ svn co http://code.dimagi.com/svn/Gather/gather/gather-service/trunk gather-service
A    gather-service/.hgignore
A    gather-service/src
A    gather-service/src/test
A    gather-service/src/test/java
...
A    gather-service/src/main/webapp/common/menu.jsp
A    gather-service/src/main/webapp/common/footer.jsp
A    gather-service/src/site
A    gather-service/src/site/site.xml
A    gather-service/pom.xml
A    gather-service/README.txt
Checked out revision 49.

$ cd gather-service/
$ mvn jetty:run-war
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] org.apache.maven.plugins: checking for updates from appfuse
[INFO] org.codehaus.mojo: checking for updates from appfuse
[INFO] ------------------------------------------------------------------------
[INFO] Building GATHER Web Service and Application
[INFO]    task-segment: [jetty:run-war]
...
2008-06-04 14:46:11.519:/:INFO:  Initializing Spring FrameworkServlet 'dispatcher'
2008-06-04 14:46:11.834::INFO:  Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 3 seconds.

Try it out:  http://localhost:8080/

  • login 'admin/admin'