updating develop poms to master versions to avoid merge conflicts
[cdmlib.git] / cdmlib-remote / README.TXT
index f881329e9605d06245e780131a299ce894099fc3..ac2c9bc2c6fd28d295b90ea0834c8b0207823c18 100644 (file)
@@ -1,3 +1,19 @@
 The project uses Maven2 and AspectJ.\r
 \r
 Please see http://dev.e-taxonomy.eu/trac/wiki/CdmLibrary for details on installation and usage\r
+\r
+***Deploying to Application Server***\r
+The POM contains deployment plugins for TOMCAT and also JETTY.\r
+\r
+- Production mode: TOMCAT\r
+  Install tomcat,  configure and run it (with bin/startup.sh) \r
+  Configuration: Deployment information is in web.xml and server info in your personal settings.xml (referenced form pom)\r
+  Deploy: mvn tomcat:deploy  \r
+  Undeploy: mvn tomcat:undeploy  \r
+  Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/\r
+  \r
+- Development mode: JETTY \r
+  Configuration: in pom.xml the jetty plugin. Configured for port 8080\r
+  Start: In the project folder simply execute "mvn jetty:run"  \r
+  Stop: Ctrl-C  \r
+  Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/
\ No newline at end of file