i have this problem of refreshing my updated .jsp page. It seems that even if i updated my .jsp with a new file. Tomcat will still load the old page. I am very sure that i have updated the file with the new one.Currently to solve this problem, the only way i can do is to restart my whole linux server and reload the client page again. Please advice me on what i should do and i have been trying a lot of ways but in vain.
Created May 7, 2012
Alessandro A. Garbagnati Are you editign the pages directly on the machine that is running Tomcat?
If not, probably, is a time difference between the two server. Tomcat decide to recompile the page only then the .jsp file has an older timestamp that the generated .class.