Re: MemoryError: PermGen space after several redeployments

2005-02-08 Thread Peter Rossbach
Hello Matt, I hope we have fix that with 5.5.8 see: http://issues.apache.org/bugzilla/show_bug.cgi?id=26135 Workaround for memory leak when reloading Struts based web applications by clearing the bean instrospector cache of the JVM on classloader stop, submitted by Tobias Löfstrand (remm)

Re: MemoryError: PermGen space after several redeployments

2005-02-08 Thread Remy Maucherat
On Tue, 08 Feb 2005 11:26:50 +0100, Peter Rossbach [EMAIL PROTECTED] wrote: Hello Matt, I hope we have fix that with 5.5.8 see: http://issues.apache.org/bugzilla/show_bug.cgi?id=26135 You can use a context listener to clean that up. The container can't always cleanup after the

MemoryError: PermGen space after several redeployments

2005-02-07 Thread Matthew Patton
Hi, I am using Tomcat 5.5.4 on Linux. I am new to Tomcat and have a simple web application which I have been developing and testing in Tomcat. When I deploy, I create the war file, and copy it to Tomcat's webapps directory, at which point Tomcat automatically detects the new war file and