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

RE: Caching of static content

2010-08-04 Thread john.ranaudo
Uh..thanks..it was not a good day when I asked this question. My apologies :) -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, August 04, 2010 10:03 AM To: Tomcat Users List Subject: Re: Caching of static content -BEGIN PGP SIGNED

Re: Caching of static content

2010-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 8/2/2010 2:06 PM, john.rana...@thomsonreuters.com wrote: > Can someone point me to the documentation on how to handle caching of > static content? Images and static HTML documents are all being returned > without cach-control

Caching of static content

2010-08-02 Thread john.ranaudo
Can someone point me to the documentation on how to handle caching of static content? Images and static HTML documents are all being returned without cach-control response headers but I am unsure how to set these values. Thus the files are being retrieved each and every time. Also, how to

Re: Caching of static content

2009-06-10 Thread jraanamo
t: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkolXksACgkQ9CaO5/Lv0PBSKgCgimJQlCRi6eab/xsEfVE/3GrC > OQMAn2wBeSJzFWdJEL0nw+oG/IyZsO5J > =M+P4 > -END PGP SIGNATURE- > > --

Re: Caching of static content

2009-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jukka, On 5/19/2009 7:58 AM, Jukka Raanamo wrote: > I was trying to create a Filter that generates the some content as files (if > required) into the file system and lets the default servlet handle the rest. Interesting idea. > However I noticed tha

Caching of static content

2009-05-19 Thread Jukka Raanamo
Hi, I was trying to create a Filter that generates the some content as files (if required) into the file system and lets the default servlet handle the rest. However I noticed that if the uri was such that TC would interpret it as "static content" like /foobar.html - I would get a 404 on the first