Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 69361 invoked from network); 7 Nov 2003 13:39:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Nov 2003 13:39:41 -0000 Received: (qmail 72954 invoked by uid 500); 7 Nov 2003 13:39:18 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 72860 invoked by uid 500); 7 Nov 2003 13:39:17 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 72605 invoked from network); 7 Nov 2003 13:39:15 -0000 Received: from unknown (HELO mustang.mpi.com) (63.244.250.132) by daedalus.apache.org with SMTP; 7 Nov 2003 13:39:15 -0000 Received: from lightning.mpi.com (lightning.mpi.com [63.244.252.11]) by mustang.mpi.com (Switch-2.2.8/Switch-2.2.6) with ESMTP id hA7DbJY23788 for ; Fri, 7 Nov 2003 08:37:19 -0500 (EST) Received: from US-VS1.corp.mpi.com (us-be1.corp.mpi.com [63.244.252.30]) by lightning.mpi.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id hA7DcZFx000420 for ; Fri, 7 Nov 2003 08:39:10 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Tomcat Worker Date: Fri, 7 Nov 2003 08:38:22 -0500 Message-ID: <9C5166762F311146951505C6790A9CF8013DF642@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat Worker Thread-Index: AcOlAKpTzIYudf85RwiOxwFAlJEGcwAM6Pig From: "Shapira, Yoav" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Howdy, You can see what it's doing by getting a thread dump (kill -s QUIT ). Or programmatically, you can go through various threads in the JVM and check isAlive(). Or with a profiler/thread debugger, you can see the status of every thread in the JVM. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Arnab Chakravarty [mailto:achakravarty@sapient.com] >Sent: Friday, November 07, 2003 2:28 AM >To: tomcat-user@jakarta.apache.org >Subject: Tomcat Worker > >Hi all, > >How can one ensure if the Tomcat worker thread is working or not? (If= this >runs as a thread) > >How do we determine if this is dead? > >Thanks, >~Arnab This e-mail, including any attachments, is a confidential business com= munication, and may contain information that is confidential, propriet= ary and/or privileged. This e-mail is intended only for the individua= l(s) to whom it is addressed, and may not be saved, copied, printed, d= isclosed or used by anyone else. If you are not the(an) intended reci= pient, please immediately delete this e-mail from your computer system= and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org