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 context root (at least appears that way from heap dump). Wondering what would be the expected behavior if there is any? I understand that this is the problem with deployment and application that is written but wondering how would Tomcat behave in this case.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to