> From: Tomcat Novice [mailto:tomcat.nov...@gmail.com]
> Subject: Tomcat 5.5 Thread Dump Questions
> 
> I would like to get thread dumps from the individual
> Tomcat instances.

Use the jstack tool from the JDK to create the thread dumps and you can 
redirect the output wherever you want.  You can find the pid numbers for each 
Tomcat from Task Manager.  You may need to run jstack under the same account 
that the Tomcat services are running under (this varies depending on Windows 
version and possibly patches).

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to