On Thu, 19 Jul 2001, John Baker wrote:

> Hello.
> 
> If I write a class and use it in a jsp page, then change the class, I have to 
> restart tomcat. Is there any way I can get around this, ie tell tomcat to 
> reload the class (and forget about the cached loaded copy I expect it has).

Nope.  Class reloading is flaky at best, and only works for servlets
defined in the web.xml file.  For JSP support classes, you have to restart
tomcat.

Been there, done that, got the T-Shirt.

Sorry!

Will

Reply via email to