Re: tomcat caching of static files

2010-08-07 Thread swoodbury
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 ur

tomcat caching of static files

2010-08-05 Thread swoodbury
Hi. I have a tomcat - struts web application. I have a thread which creates a static datafile each night. when the user accesses the corresponding .do action, that action reads the static file and presents formatted output. if the file isn't there for whatever reason, it creates it dynamicall