Archive for November 10th, 2009

How to get a thread-dump from Tomcat or JBoss

Getting a thread-dump is one of the first steps in troubleshooting a misbehaving Java application. There are a few good ways todo this task but the easiest of them all is kill -3 <PID> This will send the thread-dump to your stdout logs.

Continue reading »

Follow

Get every new post delivered to your Inbox.