> once you know the PID number.  On Windows, use Task Manager or netstat
-ao to find that.

Another handy way to get it is to run JAVA_HOME/bin/jps - which prints
out the PID's of all java procs running on the machine (Tomcat's will be
the one that says Bootstrap next to it)

Chris

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 06, 2008 7:10 AM
To: Tomcat Users List
Subject: RE: Tomcat Freez

> From: David Delbecq [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Freez
> 
> Getting Threaddump on windows requires you, if i remember well, to 
> type ctrl-z in the tomcat console.

It's ctrl-break, not ctrl-z.

Also, you can use the JDK jstack utility to get a thread dump of any JVM
running on the same box, once you know the PID number.  On Windows, use
Task Manager or netstat -ao to find that.

 - 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]


---------------------------------------------------------------------
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