Re: Multiple Class Loaders

2016-04-04 Thread Rallavagu
Chris, Thanks for the response. As I have mentioned, there are bugs in application code that prevents WebAppClassLoader from GC collection. Wondering what happens when two instances are running one is pinned due to application bugs and one newly deployed. For instance, would the pinned instan

Re: Multiple Class Loaders

2016-04-04 Thread Christopher Schultz
Rallavagu, On 4/4/16 8:13 PM, Rallavagu wrote: > Tomcat 7.0.47, JDK 7 > > When an app is hot deployed in-place by simply copying the .war file > into webapps directory, the old webappclassloader is not cleared > completely because of inefficient context shutdown from the app. In this > case, two

Multiple Class Loaders

2016-04-04 Thread Rallavagu
Tomcat 7.0.47, JDK 7 When an app is hot deployed in-place by simply copying the .war file into webapps directory, the old webappclassloader is not cleared completely because of inefficient context shutdown from the app. In this case, two instances of WebAppClassLoader are running for the same