Re: [Deployment] Tomcat 5.5, Single war into multiple apps

2007-03-20 Thread Eugene Wong
Context path=/fooTest reloadable=true Context path=/fooProduction reloadable=true Take out the path attributes - they're not allowed when a Context element is in the conf/Catalina/localhost directory. Where should I put context if not in seperate xml under conf/Catalina/localhost? I

Re: [Deployment] Tomcat 5.5, Single war into multiple apps

2007-03-20 Thread Eugene Wong
Nevermind, in server.xml -- View this message in context: http://www.nabble.com/-Deployment--Tomcat-5.5%2C-Single-war-into-multiple-apps-tf3431207.html#a9588211 Sent from the Tomcat - User mailing list archive at Nabble.com.

[Deployment] Tomcat 5.5, Single war into multiple apps

2007-03-19 Thread Eugene Wong
Dear experts, I have this foo.war created using netbeans and deployed to 2 apps in Tomcat, namely fooTest and fooProduction. So I made 2 copies and renamed them to fooTest.war and fooProduction.war and made changes to \conf\Catalina\localhost\fooTest.xml and fooProduction.xml ?xml version=1.0