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, appctx2.war, .. ,etc, where each would have it's own context.xml file as well as other context dependent files.
I have tried to deploy in this scenario and unfortuneately, Tomcat 5 created the /baseapp context without creating the /appctx1, /appctx2, .. etc contexts.
The main thing for us is to be able to deploy the contexts independantly and be able to update the docBase which gets applied to all the contexts.
Any help would be greatly appreciated, Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
