Re: Tomcat 5.5 Thread Dump Questions

2010-03-12 Thread Tomcat Novice
: Re: Tomcat 5.5 Thread Dump Questions I cant find jstack anywhere on my tomcat or jdk instance. Then you either have a JRE installed, not a JDK, or it's very old. Use a JDK 6 download from java.sun.com. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

Re: Tomcat 5.5 Thread Dump Questions

2010-03-12 Thread Mark Thomas
On 12/03/2010 15:57, Tomcat Novice wrote: Can anyone else offer more suggestions? jstack is not available on windows that i why I could not find it. My environment is using jdk 1.5. Java 5 is no longer being updated. It reached EOL last year. You need to upgrade. Mark

RE: Tomcat 5.5 Thread Dump Questions

2010-03-12 Thread Caldarale, Charles R
From: Tomcat Novice [mailto:tomcat.nov...@gmail.com] Subject: Re: Tomcat 5.5 Thread Dump Questions My environment is using jdk 1.5. The simplest thing to do is move to 1.6 (note that Sun stopped support of 1.5 some months ago, unless you want to pay for it). You can also use JConsole

Re: Tomcat 5.5 Thread Dump Questions

2010-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 3/12/2010 10:57 AM, Tomcat Novice wrote: Can anyone else offer more suggestions? http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F - -chris -BEGIN PGP SIGNATURE- Version:

Re: Tomcat 5.5 Thread Dump Questions

2010-03-11 Thread Tomcat Novice
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

RE: Tomcat 5.5 Thread Dump Questions

2010-03-11 Thread Caldarale, Charles R
From: Tomcat Novice [mailto:tomcat.nov...@gmail.com] Subject: Re: Tomcat 5.5 Thread Dump Questions I cant find jstack anywhere on my tomcat or jdk instance. Then you either have a JRE installed, not a JDK, or it's very old. Use a JDK 6 download from java.sun.com. - Chuck

RE: Tomcat 5.5 Thread Dump Questions

2010-03-10 Thread Caldarale, Charles R
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