Re: Graceful Shutdown

2014-07-30 Thread Mark Thomas
On 30/07/2014 12:24, Ron Holckener wrote: Hi, Does Tomcat server support Graceful Shutdown (like all other App Servers: Weblogic, Websphere), where new requests are rejected, and the server finishes in-flight work on existing requests? Something like the apachectl -k graceful, but instead

RE: Graceful Shutdown

2014-07-30 Thread Ron Holckener
This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, July 30, 2014 3:50 PM To: Tomcat Users List Subject: Re: Graceful Shutdown On 30/07/2014

Re: Graceful Shutdown

2014-07-30 Thread Mark Thomas
PM To: Tomcat Users List Subject: Re: Graceful Shutdown On 30/07/2014 12:24, Ron Holckener wrote: Hi, Does Tomcat server support Graceful Shutdown (like all other App Servers: Weblogic, Websphere), where new requests are rejected, and the server finishes in-flight work on existing

Re: Graceful Shutdown

2014-07-30 Thread Arseny
30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener ./$CATALINA_HOME/bin/catalina.sh stop 30 (30 sec. wait) Don't remember same option inside shutdown.sh, but anyway - it call

Re: Graceful Shutdown

2014-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/30/14, 4:13 PM, Arseny wrote: 30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener ./$CATALINA_HOME/bin/catalina.sh stop

Re: Graceful Shutdown

2014-07-30 Thread Igal @ getRailo.org
will -force work even if the JVM has a running non-daemon thread? thanks, Igal On 7/30/2014 8:19 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/30/14, 4:13 PM, Arseny wrote: 30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the

Re: Graceful Shutdown

2014-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 7/30/14, 11:22 PM, Igal @ getRailo.org wrote: will -force work even if the JVM has a running non-daemon thread? In my experience, kill -9 is fairly effective. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: GPGTools -

Re: Graceful Shutdown

2014-07-30 Thread Arseny
31.07.2014 6:19, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/30/14, 4:13 PM, Arseny wrote: 30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener

Re: Graceful Shutdown

2014-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/31/14, 12:29 AM, Arseny wrote: 31.07.2014 6:19, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/30/14, 4:13 PM, Arseny wrote: 30.07.2014 16:19, Ron Holckener пишет: This behavior exists

Re: Graceful shutdown

2008-07-14 Thread Ben Stringer
On Mon, 2008-07-07 at 00:10 -0700, Antonio Parolini wrote: Hi, Ben 1) Define a status worker [1] and one (or more) workers. Interresting. Will this status worker thing work -without- a webserver as Frontend (like Apache) ? Hi Antonio, No, to the best of my knowledge, you need to be

Re: Graceful shutdown

2008-07-07 Thread Antonio Parolini
Hi, Ben 1) Define a status worker [1] and one (or more) workers. Interresting. Will this status worker thing work -without- a webserver as Frontend (like Apache) ? I'm looking now into the use of JMX to solve this issue, by trying to block new HTTP requests using the /manager/jmxproxy/

RE: Graceful shutdown

2008-07-05 Thread Martin Gainty
attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: RE: Graceful

Re: Graceful shutdown

2008-07-04 Thread Ben Stringer
On Fri, 2008-07-04 at 00:54 -0700, Antonio Parolini wrote: Hello, We use Tomcat 5.5.23 Using the command catalina.sh stop interrupts abruptly any working servlet threads and stop Tomcat. Is there a way of shutting tomcat gracefully? For me, an example of graceful shutdown would be:

RE: Graceful shutdown

2008-07-04 Thread Walter Thompson
Try using shutdown.sh and startup.sh to start and stop Tomcat. Walter -Original Message- From: Antonio Parolini [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 2:54 AM To: users@tomcat.apache.org Subject: Graceful shutdown Hello, We use Tomcat 5.5.23 Using the command