Christopher Schultz wrote:
> Mark,
> 
> On 2/11/2009 11:15 AM, Mark Thomas wrote:
>> In this case your classes are pinned into memory by the following reference 
>> chain:
> 
>> DriverManager > JDBC driver > webapp classloader > webapp classes
> 
>> Since you created this by calling DriverManager.registerDriver() you have to
>> clear it.
> 
> Silly question: The OP never mentioned anything about JDBC. Why are you
> convinced this is a ClassLoader/JDBC driver issue?

I'm not. I am using JDBC drivers as an example of what can pin a webapp
classloader after the context has been stopped.

Mark



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

Reply via email to