> No.  The contextClassLoader for any thread executing in a webapp will be
> an instance of >WebAppClassLoader.  A WebAppClassLoader will delegate to
> the common or shared classloader if it fails to >find the requested class
> in WEB-INF/lib or WEB-INF/classes.

So if the WebAppClassLoader delegates to common or shared, the
contextClassLoader will still report WebApp and not common or shared, just
wanted to be clear on that.

Thanks again,
Scott

-- 
View this message in context: 
http://www.nabble.com/Tomcat---Java-JNI-and-Classloading-issues-tp23431354p23451629.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to