[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 So we hav

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

2007-03-20 Thread Eugene Wong
> > > >> Take out the path attributes - they're not allowed when a >> element is in the conf/Catalina/localhost directory. Where should I put if not in seperate xml under conf/Catalina/localhost? I ended up replacement foo with request.getContextPath() and working fine. Thanks. -- Vi

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. -