Hi,
I'm running a server (Apache Tomcat 5.0.28 with 512 MB RAM) which
hosting two webapps, one using Spring and other using Struts. The
problem is, after i reload the Struts webapp for about 15-20 times i'm
getting out of memory error. This is not happend with the Spring
webapp.

After some search, i found that Spring has IntrospectorCleanupListener
http://www.springframework.org/docs/api/org/springframework/web/util/IntrospectorCleanupListener.html
which can handle this kind situation. 

A post about this is:
http://issues.apache.org/bugzilla/show_bug.cgi?id=26135

The question is, doesn't struts have its own solving? or do i have to
use Spring's IntrospectorCleanupListener so i won't get out of memory
error again??

Thank you very much for the help. I'm still new with struts. And last
night I dont have a decent sleep because of this problem ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to