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
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