Hi, Thank you for your suggestion but I cant find jstack anywhere on my tomcat or jdk instance. Any other solution available?
On Thu, Mar 11, 2010 at 11:26 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Tomcat Novice [mailto:tomcat.nov...@gmail.com] > > Subject: Tomcat 5.5 Thread Dump Questions > > > > I would like to get thread dumps from the individual > > Tomcat instances. > > Use the jstack tool from the JDK to create the thread dumps and you can > redirect the output wherever you want. You can find the pid numbers for > each Tomcat from Task Manager. You may need to run jstack under the same > account that the Tomcat services are running under (this varies depending on > Windows version and possibly patches). > > - 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 > >