Re: Reload modifed servlet

2008-01-27 Thread david delbecq
Since you need to do a clean/rebuild, which is an operation that occurs on the webapp building side, i'll tend to say it's not related to tomcat but more on the way your build process workd, it may be that it fails to see the servlet need a recompilation on the developer's IDE. Compiling

Reload modifed servlet

2008-01-26 Thread Bob Riaz
Hello all, My environment: Windows XP-Pro Tomcat 6 JDK 6 Eclipse JEE IDE I find that whenever I make a change to my servlet, I need to Clean/Rebuild the project in order for the changes to take effect. Even restarting Tomcat doesn't take the change. It didn't used to be this way!! I've set