Re: disable caching of static files in tomcat 5.5

2010-05-21 Thread Pid
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

Re: disable caching of static files in tomcat 5.5

2010-05-21 Thread haveaguess
. >> >> 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

Re: disable caching of static files in tomcat 5.5

2009-08-07 Thread Mark Thomas
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

Re: disable caching of static files in tomcat 5.5

2009-08-07 Thread Epithemeus
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. -

Re: disable caching of static files in tomcat 5.5

2009-08-06 Thread Mark Thomas
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 --

Re: disable caching of static files in tomcat 5.5

2009-08-06 Thread Epithemeus
+ > =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...

Re: disable caching of static files in tomcat 5.5

2008-09-17 Thread Christopher Schultz
-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

Re: disable caching of static files in tomcat 5.5

2008-09-16 Thread Johnny Kewl
- 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