RE: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Cox, Charlie
you're not holding a reference to the class in a session are you? Sessions aren't released until they timeout. yes, it is a new classloader each time. that's how reload works since you cannot unload a class in java without destroying the classloader. Charlie -Original Message- From:

RE: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Anton Brazhnyk
Hi, -Original Message- From: Thomas ?hlen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:11 PM To: Tomcat Users List Subject: Problems with Manager reload, memory usage and garbage collection. Each time I reload my application with the Manager servlet the

Re: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Thomas Ã…hlen
Each time I reload my application with the Manager servlet the memory usage increase. Spec: I have Tomcat 4.0.2 and JDK 1.3.1_02 running on a Windows2k machine. I have located my problem using JProbe with Tomcat 4.0.2. Looking at the instance summary before and after a reload I