Re: Deploying a webapp under two different URIs

2005-10-05 Thread Paul Singleton
Carsten Guenther wrote: I want to deploy the same webapp under two different URIs. I created two context descriptors like this: Everything seems to work fine, I just want to make sure that this is the right thing to do. Are there any unwanted consequences bu doing this? Or is th

Deploying a webapp under two different URIs (re-sent)

2005-09-23 Thread Carsten Guenther
Hi, I want to deploy the same webapp under two different URIs. I created two context descriptors like this: Everything seems to work fine, I just want to make sure that this is the right thing to do. Are there any unwanted consequences bu doing this? Or is there even a better way

Re: Deploying a webapp under two different URIs

2005-09-22 Thread Carsten Guenther
We are using 5.0.28 and we are using context deployment files. On Thu, 2005-09-22 at 15:23 -0300, Ritchie Gillam wrote: > Are you are using Tomcat 5.5.X? If so it is not recommended to put any > Context in the server.xml file but instead in the application's > META-INF/context.xml file. > >

Re: Deploying a webapp under two different URIs

2005-09-22 Thread Ritchie Gillam
Are you are using Tomcat 5.5.X? If so it is not recommended to put any Context in the server.xml file but instead in the application's META-INF/context.xml file. One of the problems we had was by putting the tag in server.xml itself we couldn't redeploy an application without restarting To

Deploying a webapp under two different URIs

2005-09-22 Thread Carsten Guenther
Hi, I want to deploy the same webapp under two different URIs. I created two context descriptors like this: Everything seems to work fine, I just want to make sure that this is the right thing to do. Are there any unwanted consequences bu doing this? Or is there even a better way