While I am still making changes to a servlet code, how can I make a servlet reload every time I test it?
Location: http://www.jguru.com/faq/view.jsp?EID=24607 Created: Mar 15, 2000 Modified: 2003-01-11 07:02:36.296 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by Rodolfo Ruiz (http://www.jguru.com/guru/viewbio.jsp?EID=2326 It depends on the web server you are using to test your servlet. For instance, with Tomcat, you would replace the WAR file and the server notices the change and loads the new servlet on the next request, without having to restart the server. [Short answer: for Tomcat, add reloadable=”true” to the