Re: jstack and Tomcat 6 on Windows

2008-09-23 Thread Peng Tuck Kwok
Hmm if you have a memory leak in the application perhaps you can profile it using a profiler. Try the one in eclipse and attach as a remote client to the vm running tomcat. On Sat, Sep 20, 2008 at 6:58 AM, Brian Clark [EMAIL PROTECTED] wrote: Thanks everyone for their suggestions.

RE: jstack and Tomcat 6 on Windows

2008-09-22 Thread Surendrakumar Viswanathan -X (suviswan - HCL at Cisco)
Users List Subject: Re: jstack and Tomcat 6 on Windows Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have

RE: jstack and Tomcat 6 on Windows

2008-09-22 Thread Surendrakumar Viswanathan -X (suviswan - HCL at Cisco)
OOPS It's alternate to JHAT and not JMAP. Suren -Original Message- From: Surendrakumar Viswanathan -X (suviswan - HCL at Cisco) Sent: Monday, September 22, 2008 3:25 PM To: 'Tomcat Users List' Subject: RE: jstack and Tomcat 6 on Windows Check Eclipse Memory Analyzer Tool

Re: jstack and Tomcat 6 on Windows

2008-09-22 Thread Johnny Kewl
- Original Message - From: Surendrakumar Viswanathan -X (suviswan - HCL at Cisco) [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 22, 2008 11:55 AM Subject: RE: jstack and Tomcat 6 on Windows Check Eclipse Memory Analyzer Tool www.eclipse.org

Re: jstack and Tomcat 6 on Windows

2008-09-22 Thread Brian Clark
: jstack and Tomcat 6 on Windows OOPS It's alternate to JHAT and not JMAP. Suren -Original Message- From: Surendrakumar Viswanathan -X (suviswan - HCL at Cisco) Sent: Monday, September 22, 2008 3:25 PM To: 'Tomcat Users List' Subject: RE: jstack and Tomcat 6 on Windows Check Eclipse

Re: jstack and Tomcat 6 on Windows

2008-09-22 Thread Johnny Kewl
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 22, 2008 6:11 PM Subject: Re: jstack and Tomcat 6 on Windows Thanks again for all of our suggestions. The Eclipse Memory Analyzer Tool looks very

Re: jstack and Tomcat 6 on Windows

2008-09-20 Thread Johnny Kewl
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, September 20, 2008 12:58 AM Subject: Re: jstack and Tomcat 6 on Windows Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my

Re: jstack and Tomcat 6 on Windows

2008-09-20 Thread Johnny Kewl
Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have a script that will detect this condition and automatically restart

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread André Warnier
Brian Clark wrote: Hello, I run Tomcat 6.0.x as a service on Windows 2003, using Sun JDK 1.6. I was trying to use the jstack program, part of the JDK, to get a stack dump from Tomcat/Java on my server. However, I ran into a problem. First of all, Tomcat on Windows seems to hide the JVM

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread André Warnier
André Warnier wrote: Brian Clark wrote: Hello, I run Tomcat 6.0.x as a service on Windows 2003, using Sun JDK 1.6. I was trying to use the jstack program, part of the JDK, to get a stack dump from Tomcat/Java on my server. However, I ran into a problem. First of all, Tomcat on Windows seems

RE: jstack and Tomcat 6 on Windows

2008-09-19 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Fri, 19 Sep 2008 23:42:42 +0200 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: jstack and Tomcat 6 on Windows André Warnier wrote

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread Johnny Kewl
- Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 19, 2008 11:42 PM Subject: Re: jstack and Tomcat 6 on Windows André Warnier wrote: Brian Clark wrote: Hello, I run Tomcat 6.0.x as a service on Windows

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread André Warnier
Martin Gainty wrote: I would steer clear of any windowsInstaller messWithYourRegistry windows specific utilities and/or programs SET JAVA_HOME=SourceFolderLocationWhereJavaIsInstalled SET CATALINA_HOME=SourceFolderLocationWhereTomcatIsInstalled SET JAVA_OPTS=whatever java options you need to

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread Brian Clark
Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have a script that will detect this condition and automatically restart

Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread André Warnier
Brian Clark wrote: Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have a script that will detect this condition and