X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/15dd2597fd069c521e9e188e2e6cde4bdabfe43c..f0562fe4026f301a4a4820beb894986f709664ea:/cdmlib-remote/README.TXT diff --git a/cdmlib-remote/README.TXT b/cdmlib-remote/README.TXT index f881329e96..d5525acaa1 100644 --- a/cdmlib-remote/README.TXT +++ b/cdmlib-remote/README.TXT @@ -1,3 +1,19 @@ -The project uses Maven2 and AspectJ. +The project uses Maven3 and AspectJ. -Please see http://dev.e-taxonomy.eu/trac/wiki/CdmLibrary for details on installation and usage +Please see https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/CdmLibrary for details on installation and usage + +***Deploying to Application Server*** +The POM contains deployment plugins for TOMCAT and also JETTY. + +- Production mode: TOMCAT + Install tomcat, configure and run it (with bin/startup.sh) + Configuration: Deployment information is in web.xml and server info in your personal settings.xml (referenced form pom) + Deploy: mvn tomcat:deploy + Undeploy: mvn tomcat:undeploy + Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/ + +- Development mode: JETTY + Configuration: in pom.xml the jetty plugin. Configured for port 8080 + Start: In the project folder simply execute "mvn jetty:run" + Stop: Ctrl-C + Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/ \ No newline at end of file