Re: Struts webapp caused out of memory after some reload

2005-03-23 Thread Joe Germuska
At 10:38 PM -0500 3/22/05, James Mitchell wrote: Struts does not provide this sort of thing. Actually, I just added a call to PropertyUtils.clearDescriptors() to ActionServlet.destroy() on the 1.2.x branch yesterday, which causes a call to Introspector.flushCaches(). From the javadoc for the In

Re: Struts webapp caused out of memory after some reload

2005-03-22 Thread Yuniar Setiawan
but I was just wondering. > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "Yuniar Setiawan" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, March 22

Re: Struts webapp caused out of memory after some reload

2005-03-22 Thread James Mitchell
wondering. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Yuniar Setiawan" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 22, 2005 9:47 PM Subject: Struts webapp caused out of memory a

Struts webapp caused out of memory after some reload

2005-03-22 Thread Yuniar Setiawan
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,