On 21/05/2010 15:22, haveaguess wrote:
>
> Ive got the same problem - did anyone figure out what is happening and why
> tomcat is caching files behind symlinks?
This thread is 9 months old.
You might consider starting a new thread, be specific about your
versions & platform.
p
> Epithemeus w
.
>>
>> Read the docs. I'd start with this:
>> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
>>
>> Mark
>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
&g
Epithemeus wrote:
> Thanks Mark.
>
> I went through the documentation but the problem persists. I am using Tomcat
> 6.0 and have tried including cachingAllowed="false" in
> $CATALINA_HOME/conf/context.xml. This does not seem to work.
>
> There is no other context.xml file currently defined in dir
subscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
>
--
View this message in context:
http://www.nabble.com/disable-caching-of-static-files-in-tomcat-5.5-tp19509596p24867271.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
Epithemeus wrote:
> Hi Joerg,
>
> I am facing the same issue with Tomcat 6.0 and caching of files. I'd really
> appreciate it if anyone could explain how caching could be disabled.
Read the docs. I'd start with this:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
Mark
--
+
> =mdAN
> -END PGP SIGNATURE-
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joerg,
Joerg Endrullis wrote:
> $ ln -s x.jpg a.jpg;
> $ wget http://localhost:8180/a.jpg?time=0;
> $ rm a.jpg;
> $ ln -s y.jpg a.jpg;
> $ wget http://localhost:8180/a.jpg?time=1
My brain hurts. How about:
$ wget -O t0.jpg http://localhost:8180
- Original Message -
From: "Joerg Endrullis" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 16, 2008 1:13 PM
Subject: disable caching of static files in tomcat 5.5
Hi,
I have a dynamically generated image "a.jpg"
and I want Tomcat to always d