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 development - and test your application with it.

There are lots of things that can catch you out on re-load and not at
other times as the application gets a new classloader.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to