Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
What are your evidences? Note that, because of those anti** options in your Context, your content is copied to some temporary directory and is served from there and not from webapp/. Best regards, Konstantin Kolinko Hi Konstantin, using *only* the cachingAllowed attribute is finally working. I

Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
I simply changed a static HTML file. I haven't tried disabling all the other options though. Thanks for the hint. On Thu, Oct 28, 2010 at 11:05 AM, Konstantin Kolinko wrote: > 2010/10/28 Alexander Rosemann : >> Hi, >> >> For some reason Tomcat keeps caching my static content even though I've set

Re: Can't disable caching of static content

2010-10-28 Thread Konstantin Kolinko
2010/10/28 Alexander Rosemann : > Hi, > > For some reason Tomcat keeps caching my static content even though I've set > the cachingAllowed attribute to false. I've set the following attributes in > %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml: > > crossContext="false" antiJARLocking="true

Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
Hi, For some reason Tomcat keeps caching my static content even though I've set the cachingAllowed attribute to false. I've set the following attributes in %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml: crossContext="false" antiJARLocking="true" antiResourceLocking="true"> ... I ev