Re: webappclassloader won't get garbage colelcte, need suggestions (out of memory)

2007-06-08 Thread David Delbecq
ot; <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Wednesday, June 06, 2007 4:55 PM > Subject: webappclassloader won't get garbage colelcte, need > suggestions (out of memory) > > >> Hello, >> >> Trying to locate memory leak is

Re: webappclassloader won't get garbage colelcte, need suggestions (out of memory)

2007-06-07 Thread Johnny Kewl
uot;Tomcat Users List" Sent: Wednesday, June 06, 2007 4:55 PM Subject: webappclassloader won't get garbage colelcte, need suggestions (out of memory) Hello, Trying to locate memory leak issues (not garbage collected classes & classloader) i noticed this huge problem: My weba

webappclassloader won't get garbage colelcte, need suggestions (out of memory)

2007-06-06 Thread David Delbecq
Hello, Trying to locate memory leak issues (not garbage collected classes & classloader) i noticed this huge problem: My webapp uses libraries that spawn helper Threads, using the default ThreadGroup. Those Helper Thread are subclasses of java.lang.Thread that override the run(). After stopping p