Why do I have to restart Tomcat after recompiling a servlet to see changes?
By default, Tomcat assumes it is deployed on a “live” server – not a development environment. To keep performance high, Tomcat only loads a servlet into memory once – even after it has been updated. To turn off this behavior, edit the file at ~/Tomcat/conf/Catalina/localhost/ROOT.xml Look for the
Related Questions
- Where do I make changes on the webserver to increase the number of servlet sessions that are simultaneously allowed on the server?
- How do I make the Servlet and JSP API Javadoc in my Tomcat installation accessible within Eclipse?
- Why does my Tomcat 6.0 server fail to start after I enable the Invoker servlet?