You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jean-Francois Pelletier <je...@systhemes.ca> on 2001/05/07 22:55:40 UTC

Reload Servlet problems

I work with tomcat 3.2.1 and apache. I set reload=true in the server.xml.
The servlet refresh well without restart tomcat. But, when I call a servlet
by a jsp file and the servlet crash( ClassCastException for example) the
servlet stop reloading for new one.

I need to restart tomcat and I don't wont to restart it.

Why do I need ? Is there a explication ?

Thank