reload no use?

2007-08-12 Thread John Pedersen
Hi, When I reload an app for the third time, Tomcat hangs, and I have to stop and start it - which is slow as the CPU is being used at close to 100%. This has been the case with Tomcat 5 and 6, Windows 2000, XP and Vista. I have to remember to stop/start Tomcat after the second reload. Is there

Re: reload no use?

2007-08-12 Thread Mark Thomas
John Pedersen wrote: When I reload an app for the third time, Tomcat hangs, and I have to stop and start it - which is slow as the CPU is being used at close to 100%. This has been the case with Tomcat 5 and 6, Windows 2000, XP and Vista. I have to remember to stop/start Tomcat after the

Re: reload no use?

2007-08-12 Thread John Pedersen
Nothing that suggests a memory leak. Do you have any suggestions how I might go about finding where this might be happening? It only seems to happen on reload - otherwise, the app runs and runs. On 12/08/07, Mark Thomas [EMAIL PROTECTED] wrote: John Pedersen wrote: When I reload an app for

Re: reload no use?

2007-08-12 Thread Carl
that we are not holding onto objects that can't be freed. Thanks, Carl - Original Message - From: John Pedersen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, August 12, 2007 10:52 AM Subject: Re: reload no use? Nothing that suggests a memory leak. Do you

Re: reload no use?

2007-08-12 Thread Mark Thomas
John Pedersen wrote: Nothing that suggests a memory leak. Do you have any suggestions how I might go about finding where this might be happening? It only seems to happen on reload - otherwise, the app runs and runs. Get a profiler - I use YourKit since they have free license for open source