-
1. Re: Configurable Test Server
julien1 Sep 14, 2007 7:05 PM (in response to mwringe)In the web module I have been able to automate the execution of jboss and tomcat containers with static and dynamic deployments of war files and also the capability to put classes at the shared classpath level so they can be seen by the application server or tomcat classloader.
-
2. Re: Configurable Test Server
mwringe Sep 17, 2007 11:16 AM (in response to mwringe)Does it allow for other custom configurations of the servers? like changing ports, enabling ssl, ...
-
3. Re: Configurable Test Server
julien1 Sep 17, 2007 12:17 PM (in response to mwringe)It allows customization to a certain degree.
Standards things like changing port or using SSL are handled.
But for instance tomcat has an important setting for portals called emptySessionPath on the in server.xml. I had to modify cargo to add the support of the feature.
Here you can get the list of all the configuration settings: http://cargo.codehaus.org/Tomcat+5.x. -
4. Re: Configurable Test Server
julien1 Sep 17, 2007 12:18 PM (in response to mwringe)BTW look at "Standalone Local Configuration Properties"