disable jsp cache in tomcat work folder

2008-04-07 Thread loredana loredana
Long story short, as everyone know, jsp files are cached in the work folder of tomcat. If I modify something in the jsp, I can't see the difference unless I delete the files under work folder. My problem is that I don't have rights/access to delete files under that folder. Is there any other

Re: disable jsp cache in tomcat work folder

2008-04-07 Thread David Smith
Normally jsps are monitored for updates and recompile if the date on the jsp is after the date on it's compiled .class file. If you are having trouble with jsps not recompiling after an update, one thing to check is if there is any difference between your system clock and the server's clock.