I noticed I have to start and restart the
Tomcat 5.5.15 Container on each change to my
java classes. I would like to have
Servlet reloading working but cant get it to work.
I read in a book where I can put this into my conf\server.xml
<DefaultContext reloadable="true">
After I save this in the server.xml file the Apache Tomcat Start button stays highlighted and wont let me Stop it. And if I recompile a java file the changes dont show up in my url page.
Please advise how I can turn on Servlet reloading for my development environment?