RE: Shutting down one instance of tomcat 6 from a listener

2010-11-16 Thread Patrick Sauts
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: mardi 16 novembre 2010 13:34 To: Tomcat Users List Subject: Re: Shutting down one instance of tomcat 6 from a listener On 16/11/2010 10:46, Patrick Sauts wrote: > It works just fine doing it from the ServletContextListe

RE: Shutting down one instance of tomcat 6 from a listener

2010-11-16 Thread Patrick Sauts
It works just fine doing it from the ServletContextListener. Thx a lot. But I was wondering how to do it outside of the application itself? Patrick Sauts. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: lundi 15 novembre 2010 12:44 To: Tomcat Users List Subject: Re

RE: Shutting down one instance of tomcat 6 from a listener

2010-11-15 Thread Patrick Sauts
t: Re: Shutting down one instance of tomcat 6 from a listener On 15/11/2010 09:37, Patrick Sauts wrote: > So, how to shut down properly the current application from a 'listener' > leaving the other webapps deployed into Tomcat to continue their business? It depends on what the problem

RE: Shutting down one instance of tomcat 6 from a listener

2010-11-15 Thread Patrick Sauts
ist Subject: Re: Shutting down one instance of tomcat 6 from a listener -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 11/9/2010 11:36 AM, Patrick Sauts wrote: > I'm sorry I'm French. No problem: we can work around language difficulties. More explanation usually hel

RE: Shutting down one instance of tomcat 6 from a listener

2010-11-09 Thread Patrick Sauts
tting down one instance of tomcat 6 from a listener > From: Patrick Sauts [mailto:patrick.via...@gmail.com] > 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

RE: Shutting down one instance of tomcat 6 from a listener

2010-11-09 Thread Patrick Sauts
novembre 2010 11:23 To: Tomcat Users List Subject: Re: Shutting down one instance of tomcat 6 from a listener Patrick Sauts wrote: > Hello, > > I'm working with tomcat 6 and multiples instances; I'm looking for a > solution to stop an instance of Tomcat from a listener. The purpo

Shutting down one instance of tomcat 6 from a listener

2010-11-09 Thread Patrick Sauts
Hello, I'm working with tomcat 6 and multiples instances; I'm looking for a solution to stop an instance of Tomcat from a listener. The purpose of this listener is to load and check some configurations files such as Spring configuration. Then, if an error is found, to stop this instance. On a Tomc