Re: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-17 Thread Mark Shifman
On 11/17/2010 02:43 AM, Mikolaj Rydzewski wrote: On Tue, 16 Nov 2010 22:55:10 -0500, Brian bbprefix-m...@yahoo.com wrote: I have two identical apps running at the same time. I mean, they use exactly the same WAR, but each one runs in a different web domain. [...] You should rather

RE: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-17 Thread Brian
one! -Original Message- From: Mark Shifman [mailto:mark.shif...@yale.edu] Sent: Wednesday, November 17, 2010 08:30 AM To: Tomcat Users List Subject: Re: Placing JARs in /tomcat/shared/lib causes leaks when stopping apps? On 11/17/2010 02:43 AM, Mikolaj Rydzewski wrote

RE: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-17 Thread Caldarale, Charles R
From: Brian [mailto:bbprefix-m...@yahoo.com] Subject: RE: Placing JARs in /tomcat/shared/lib causes leaks when stopping apps? if I don’t remember any valid reason to keep two contexts, I will start using just one! One strong reason to not merge the contexts is to preclude any chance

RE: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-16 Thread Caldarale, Charles R
From: Brian [mailto:bbprefix-m...@yahoo.com] Subject: Placing JARs in /tomcat/shared/lib causes leaks when stopping apps? Something like this for each app, the webapploader pretendes to unload all the classes, and if they are shared it is not possible and then the leak happens.

RE: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-16 Thread Brian
[mailto:chuck.caldar...@unisys.com] Sent: Tuesday, November 16, 2010 11:06 PM To: Tomcat Users List Subject: RE: Placing JARs in /tomcat/shared/lib causes leaks when stopping apps? From: Brian [mailto:bbprefix-m...@yahoo.com] Subject: Placing JARs in /tomcat/shared/lib causes leaks when stopping

Re: Placing JARs in ..../tomcat/shared/lib causes leaks when stopping apps?

2010-11-16 Thread Mikolaj Rydzewski
On Tue, 16 Nov 2010 22:55:10 -0500, Brian bbprefix-m...@yahoo.com wrote: I have two identical apps running at the same time. I mean, they use exactly the same WAR, but each one runs in a different web domain. [...] You should rather change your application to be aware of domain it runs