Jon Miller wrote:
> Hi all,
> 
> Is anyone running into issues with memory leaks occuring whenever a
> webapp is redeployed?

Tomcat version? There have been issues with older releases.

> I think I read in a FAQ that even using a singleton in your app will
> cause memory leaks? Does anyone know if this is true?

It depends on how careful you are using it. There are lots of ways to
write code that leaks memory.

Rather than try guessing where the leak is, get yourself a profiler
and find it.

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