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
Asked
Active
Viewed 127 times
0
-
1Sorry, I don't see the question here. – mrduclaw Dec 31 '09 at 06:07
-
Possible dupe of possible question: http://stackoverflow.com/questions/1800784/whats-an-easy-quick-way-to-reload-a-webapp-in-tomcat-in-dev-environment – Pascal Thivent Dec 31 '09 at 06:16
1 Answers
2
You can also enable servlet reloading:
<Context reloadable="true">

Chandra Patni
- 17,347
- 10
- 55
- 65
-
See also, Manager App HOW-TO: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html – trashgod Dec 31 '09 at 13:25