RE: Tomcat OutOfMemoryException PermGen

2007-01-24 Thread Narayanaswamy, Mohan
Have you tried - nntp://news.gmane.org/gmane.comp.jakarta.tomcat.user ? -Original Message- From: Ondrej Zizka [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 5:35 PM To: users@tomcat.apache.org Subject: Re: Tomcat OutOfMemoryException PermGen Sorry for posting this twice, that

Re: Tomcat OutOfMemoryException PermGen

2007-01-23 Thread Ondrej Zizka
7 12:46 PM Subject: Tomcat OutOfMemoryException PermGen ...

Re: Tomcat OutOfMemoryException PermGen

2007-01-23 Thread David Delbecq
The problem is that it's a webapp problem, not a tomcat one, has as been explained quite a few times here. The PermGen can not be flushed that way. Normally, the webapp class datas are garbage collected when they are undeployed/redeployed. However, under certain conditions that depend on the webapp