2010/10/28 Leon Rosenberg <rosenberg.l...@gmail.com>:
>
> Well, that would just move the problem from stopping Timer to calling
> shutdown on  Executor, wouldn't it?
>

The problem is with the Thread.getContextClassLoader() for your
thread.  It contains a reference to the webapp classloader, and thus
does not allow to GC it.


Note, that the webapp classloader cannot be used anymore once the
application is stopped. Any attempt to load classes through it will
fail.

Best regards,
Konstantin Kolinko

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

Reply via email to