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 Pid
amp; reload apps. p > Patrick Sauts. > > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: lundi 15 novembre 2010 12:44 > To: Tomcat Users List > Subject: Re: Shutting down one instance of tomcat 6 from a listener > > On 15/11/2010 09:37, P

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

2010-11-16 Thread Patrick Sauts
: 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 actually

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 Pid
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 actually is, and when it occurs. If you do all of your initialisation in

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 Christopher Schultz
-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 helps. > Multiple cores, maybe? The number of CPU cores should not affect the number of inst

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

2010-11-09 Thread Pid
On 09/11/2010 12:04, Patrick Sauts wrote: > What is happening is that the tomcat is becoming unstable with the exit(1). Hehe. Yes, Tomcat will be 'unstable' if you call System.exit(1). p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

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

2010-11-09 Thread Ziggy
al >> war. >> >> -Original Message- >> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >> Sent: mardi 9 novembre 2010 14:44 >> To: Tomcat Users List >> Subject: RE: Shutting down one instance of tomcat 6 from a listener >> >> > From

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

2010-11-09 Thread Ziggy
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > 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:patrick.via...@gmail.com] > > Subject: Shutting down one

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 Caldarale, Charles R
> 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 is: what do you mean by "instance"? Mu

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

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

2010-11-09 Thread André Warnier
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 purpose of this listener is to load and check some configurations files such as Spring configuration. Then, if an error is found, to stop t

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