Hi, I�m using the Tomcat Web Server v4.0, to test the examples, in order to study to the scwcd. But it not allow automatically reload of the servlets, when they change. And is very tedious to stop and start the web server, when I modified a class. Is there any free Web Server, that supports automatic reload of the servlets? Thanks.
Add a block like this in the conf\server.xml file corespondingly. <Context path="/chapter01" docBase="chapter01" debug="0" reloadable="true" privileged="true"/>