If you are refering to wanting to undeploy a specific application from the same instance (installation) of tomcat then there are several ways
- Using Tomcat Manager - You can write an Ant script to undeploy the application On Tue, Nov 9, 2010 at 5:22 PM, Ziggy <[email protected]> wrote: > Hi Patrick, > > When you say multiple instances it could mean one of two things > > - Running multiple instances of Tomcat using multiple CATALINA_BASES > - Running the same instance of Tomcat but with multiple virtual hosts > > Do you mean that you are deploying different applications (i.e different > war files) on the same tomcat installation? > > > > > On Tue, Nov 9, 2010 at 4:36 PM, Patrick Sauts <[email protected]>wrote: > >> I'm sorry I'm French. >> Multiple cores, maybe? >> As when you use the manager to deploy different web applications, several >> war. >> >> -----Original Message----- >> From: Caldarale, Charles R [mailto:[email protected]] >> Sent: mardi 9 novembre 2010 14:44 >> To: Tomcat Users List >> Subject: RE: Shutting down one instance of tomcat 6 from a listener >> >> > From: Patrick Sauts [mailto:[email protected]] >> > Subject: Shutting down one instance of tomcat 6 from a listener >> >> > I'm working with tomcat 6 and multiples instances; >> >> The question André was trying to get you to answer is: what do you mean by >> "instance"? Multiple instances of what? That's a rather ambiguous term >> you >> used. >> >> - 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] >> >> >
