Another easy to use utility to take thread dumps can be found here: http://www.adaptj.com/main/downloadYou can use the free to use utility present on the link above to gather the required thread dumps.
Else as Chuck mentioned use jps (to obtain process ID) and jstack (to trigger a thread dump on the proces ID) to obtain thread dumps from command line. Cheers Anurag ------------------------------------------------------------------ Anurag Kapur Associate - Technology, Sapient Corporation India. http://www.linkedin.com/in/anuragkapur ------------------------------------------------------------------ On Mon, Feb 23, 2009 at 8:04 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ramamoorthy, Saku [mailto:saku.ramamoor...@oliverwyman.com] > > Subject: RE: Tomcat 5.5 services hangs during "net stop" > > > > I found the below lines in the Catalina log > > Nothing of any real interest there. > > > how do I get the thread dump? > > GIYF. The jstack tool is often the easiest way on Windows. > > - 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 > >