Project

General

Profile

Download (892 Bytes) Statistics
| Branch: | Tag: | Revision:
1 252b7206 n.hoffmann
The project uses Maven2 and AspectJ.
2
3
Please see http://dev.e-taxonomy.eu/trac/wiki/CdmLibrary for details on installation and usage
4
5
***Deploying to Application Server***
6
The POM contains deployment plugins for TOMCAT and also JETTY.
7
8
- Production mode: TOMCAT
9
  Install tomcat,  configure and run it (with bin/startup.sh) 
10
  Configuration: Deployment information is in web.xml and server info in your personal settings.xml (referenced form pom)
11
  Deploy: mvn tomcat:deploy  
12
  Undeploy: mvn tomcat:undeploy  
13
  Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/
14
  
15
- Development mode: JETTY 
16
  Configuration: in pom.xml the jetty plugin. Configured for port 8080
17
  Start: In the project folder simply execute "mvn jetty:run"  
18
  Stop: Ctrl-C  
19
  Debugging: http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty/