RE: Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-22 Thread Shapira, Yoav
Howdy, You wouldn't. One webapp = one context = one docBase. Yoav Shapira Millennium ChemInformatics -Original Message- From: Rick Szeto [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:38 PM To: Tomcat Users List Subject: Deployment with multiple contexts using the same

Re: Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-22 Thread Rick Szeto
That just doesn't seem right to me. How then do you deploy branded sites without deploying the same common code(possibly different version of it) in each version of the site? Rick Shapira, Yoav wrote: Howdy, You wouldn't. One webapp = one context = one docBase. Yoav Shapira Millennium

RE: Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-22 Thread Shapira, Yoav
Howdy, That just doesn't seem right to me. How then do you deploy branded sites without deploying the same common code(possibly different version of it) in each version of the site? I'm not sure what you mean, but why wouldn't you deploy the same common code in each version of the site?

Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-21 Thread Rick Szeto
Hi, I am trying to deploy multiple webapps using the same docBase. How would I go about this? Say that I have a baseapp.war that has all the content files and java class and libraries as well as the web.xml that are common to all the different contexts. Then I would have appctx1.war,