> From: AD [mailto:[EMAIL PROTECTED]
> Subject: Re: All threads (200) are currently busy
>
> Whats the best way to get the thread dump and find out what
> process is hung in the webapp ?

Since you're on a 1.6 JVM, the jstack tool from the JDK is probably the 
easiest.  (Use jps to find the pid first.)  You can also use JConsole to look 
at what's going on graphically.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to