-
1. Re: JreMemoryLeakPreventionListener for JBoss 5.1
jfclere Apr 1, 2011 3:15 AM (in response to xmedeko)1 of 1 people found this helpfulWe don't plan to add the memory leak preventer of Tomcat6 in Jbossweb for the moment.
-
2. Re: JreMemoryLeakPreventionListener for JBoss 5.1
xmedeko Apr 4, 2011 3:01 AM (in response to jfclere)Thanks Jean-Frederic for your reply. Do you know how can I perform this opperation before Tomcat starts in JBoss 5.1.0?
-
3. Re: JreMemoryLeakPreventionListener for JBoss 5.1
jfclere Apr 4, 2011 3:06 AM (in response to xmedeko)JBoss 5.1.0 doesn't use Tomcat but JBossWeb. I don't think that this Tomcat listener will work in JBoss.
-
4. Re: JreMemoryLeakPreventionListener for JBoss 5.1
xmedeko Apr 4, 2011 4:38 AM (in response to jfclere)I hope I just need to run the code
javax.imageio.ImageIO.getCacheDirectory();
before the JbossWeb starts. I think I do not need Tomcal Listener, maybe some kind hack or start hook could do the job.
-
5. Re: JreMemoryLeakPreventionListener for JBoss 5.1
guinotphil Feb 13, 2012 5:09 AM (in response to xmedeko)Hello,
Are there any plan to enable the memory leak preventer on JBoss Web 7 ? I've found several ClassLoader memory leak issues on AS 7 and such a component would help a lot to resolve them..
I'll post more details about the different leaks I've found soon.
-
6. Re: JreMemoryLeakPreventionListener for JBoss 5.1
jfclere Feb 13, 2012 5:41 AM (in response to guinotphil)It is not planed for the moment.