Hi, When we change any code in servlet we need to restart Apache ,but when we change any code in JSP we need not restart Apache. Even though at last JSP is turned to Servlet.I
+2
A:
You can also enable servlet reloading:
<Context reloadable="true">
Chandra Patni
2009-12-31 06:08:21
See also, Manager App HOW-TO: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html
trashgod
2009-12-31 13:25:23