RE: tomcat caching of static files

2010-08-08 Thread Karthik Nanjangude
static files > From: swoodbury [mailto:swoodb...@att.net] > Subject: Re: tomcat caching of static files > > 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. Or

RE: tomcat caching of static files

2010-08-07 Thread Caldarale, Charles R
> From: swoodbury [mailto:swoodb...@att.net] > Subject: Re: tomcat caching of static files > > 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. Or some i

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

Re: tomcat caching of static files

2010-08-05 Thread Thad Humphries
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. This has been true going back to when the old Mozilla 1.x had a preference for *never* caching. For GET calls were the results underlying content might change