Gerwood Stewart wrote:
> Tomact seems to have retained 1 on the WebappClassLoader instances.
> 
> I have two questions at this point:
> 
> 1. From the Javadocs both WebappClassLoader and WebappLoader are class 
> loaders. What are the differences and why does Tomcat use both?
WebappClassLoader is the actual class loader, WebappLoader is the
context level object that manages the class loader.

> 2. Why would Tomcat be cleaning up the WebappLoader instance everytime 
> successfully but seems to 'hang-on' to the WebappClassLoader instance?
My money is on it being JVM code rather than Tomcat code that is hanging
onto the WebappClassLoader. Are you testing with JDK 1.6.0_15 or later
by any chance?

Mark




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

Reply via email to