Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 31834 invoked from network); 15 Jul 2008 03:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 03:36:09 -0000 Received: (qmail 62228 invoked by uid 500); 15 Jul 2008 03:35:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62200 invoked by uid 500); 15 Jul 2008 03:35:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 62189 invoked by uid 99); 15 Jul 2008 03:35:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 20:35:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.173.181.222] (HELO geekscape.org) (202.173.181.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 03:35:04 +0000 Received: from [192.168.1.101] (c58-107-247-4.mckinn2.vic.optusnet.com.au [58.107.247.4]) by geekscape.org (8.13.4/8.13.4) with ESMTP id m6F3ZIaE021407 for ; Tue, 15 Jul 2008 13:35:25 +1000 Subject: Re: Graceful shutdown From: Ben Stringer To: Tomcat Users List In-Reply-To: <18311209.post@talk.nabble.com> References: <18274673.post@talk.nabble.com> <1215164531.3855.149.camel@ben8600> <18311209.post@talk.nabble.com> Content-Type: text/plain Date: Tue, 15 Jul 2008 13:35:07 +1000 Message-Id: <1216092907.3937.65.camel@ben8600> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (geekscape.org [192.168.1.3]); Tue, 15 Jul 2008 13:35:25 +1000 (EST) X-Virus-Checked: Checked by ClamAV on apache.org 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 running a webserver in front of tomcat to use this method. > > I'm looking now into the use of JMX to solve this issue, by trying to block > new HTTP requests using the /manager/jmxproxy/ before shuting down the > server. Sounds interesting - please post to the list if you get this working. I'd be interested to hear the details. Cheers, Ben > > -antonio > > > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org