Thanks Chuck, After thinking about it some more I realise the servlet approach is the wrong time to tackle this issue. I will copy the contexts at installation time as we use installshield/install anywhere deployment and this makes much more sense.
Regards, Rob > > I have a requirement to be able to ship a single application.war > > file and create multiple contexts from this without manually using > > the manager application > > So use the manager app automatically. Whatever you choose as the trigger for > deployment can call the non-GUI version of the manager app, or use any other > mechanism to copy and rename the .war file of interest. No servlets need to > be extended. > > http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
