Re: Tomcat not recompiling new jsp in development mode

2008-04-10 Thread David Smith
Next time, take a look at the timestamp on the files in work/catalina/localhost/* and compare them to the timestamp on the jsps. I'll bet your transfer client is setting the timestamp on your jsps and the local machine's time isn't in sync with the remote server's. When the remote server comp

Tomcat not recompiling new jsp in development mode

2008-04-10 Thread Mohamed King
Guys, Any idea why a new version of my jsp is not compiled and changes shown. Tomcat is running in development mode and the time on the new jsp is later than the previous. I manually have to delete the tomcat_home/work/catalina/localhost directory and restart for changes to go into effect. It is m