> From: David kerber [mailto:dcker...@verizon.net]
> Subject: Re: Performance with many small requests
> 
> if I use tomcat5w.exe to take a thread dump, where does it
> leave the file?

If you can take a thread dump with tomct5w.exe, please let us know how, because 
I'm certainly not aware of it having such a capability.

The platform-independent method is to use jps to find the process id of the 
Tomcat instance, then jstack to create the thread dump.  These tools are part 
of the JDK from 1.5 onwards; documentation is on the java.sun.com web site, but 
you probably won't need the doc.

 - 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