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

2007-03-21 Thread Caldarale, Charles R
From: Eugene Wong [mailto:[EMAIL PROTECTED] Subject: Re: [Deployment] Tomcat 5.5, Single war into multiple apps Where should I put context if not in seperate xml under conf/Catalina/localhost? Where you have them is fine, just take out the path attribute. Do not put Context elements

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.

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

2007-03-19 Thread Caldarale, Charles R
From: Eugene Wong [mailto:[EMAIL PROTECTED] Subject: [Deployment] Tomcat 5.5, Single war into multiple apps \conf\Catalina\localhost\fooTest.xml and fooProduction.xml Context path=/fooTest reloadable=true Context path=/fooProduction reloadable=true Take out the path attributes -

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

2007-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eugene, Eugene Wong wrote: 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

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

2007-03-19 Thread Rashmi Rubdi
Is there a way to config these apps to redirect to their corresponding subdirectory when Tomcat see path the /foo ? Any help would be great, thanks. Is there any particular reason why you need them on two separate contexts such as /fooTest/ and /fooProduction/ , instead of having both