Leon Rosenberg wrote:
>> How best can I find the troubled thread on a running production system?
> 
> kill -QUIT <id_of_the_tomcat_process>
> 
> the thread dump will be printed into the catalina.out

Best to take several (eg 30 thread dumps ~10 seconds apart.

Mark

> 
> Its best to restart the server after the thread dump, but since it's
> handing anyway...
> 
> also include the heap info: jmap -heap <pid>
> 
> regards
> Leon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to