Re: [OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Christopher Schultz
Yoav, Howdy, At least on unix, it's a QUIT (not STOP) signal. kill -s QUIT processId Oh! Brain fart. Yep, it's QUIT, not STOP. It's still CTRL-\ from the terminal. -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: [OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Shapira, Yoav
ember 05, 2003 8:27 AM >To: Tomcat Users List >Subject: [OT] How to get a thread dump (was: Severe notification ...) > >Mufaddal, > > Is >> there a facility in tomcat that would allow me to dump its threads and >> allow me to see where the threads are waiting and not mo

[OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Christopher Schultz
Mufaddal, > Is there a facility in tomcat that would allow me to dump its threads and allow me to see where the threads are waiting and not moving on ? People need to stop asking this question and do "google java virtual machine thread dump". Sheesh... Send the process a STOP signal, and it will