You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Domenico di Girolamo <md...@quipo.it> on 2000/09/25 23:53:54 UTC

JSP Reload (solution)

I posted my problem about jsp reloading (didn't work for me)
The problem was that I had a development PC where I changed jsp
and server PC where Tomcat was running.
The development PC's time and date was older than server PC (1 day older).
The first time I saved a jsp, from development PC onto server PC 
all go ok because Tomcat compile it.
Next time i saved the same jsp Tomcat don't consider the modified jsp
as newer because (I think) that Tomcat compare source jsp's date and time 
with previous compiled jsp' date and time.
For this reason it didn't reload the modified jsp
By
Domenico di Girolamo