Are you sure it's Tomcat doing the caching?  I've found that both Firefox
and IE will cache CGI, JSP, servlet, and other dynamic results.  

yes, i'm approaching certain that it isn't a browser issue.  If i delete the
static files and thus force the system to regen i get updated data, but the
url etc is identical as far as the browser is concerned.  it's only if the
thread causes the regen that the action doesn't know and uses old data.  If
i hand-edit the static file, i also get updated data.  there again the url
etc that the browser sees is identical.  So the only thing left as far as i
can see is the tomcat server caching the file in memory and not noticing the
timestamp change when the thread re-creates the file.

very strange.
-- 
View this message in context: 
http://old.nabble.com/tomcat-caching-of-static-files-tp29356390p29375144.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to