Re: disable caching of static files in tomcat 5.5

2010-05-21 Thread haveaguess
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://old.nabble.com/disable-caching-of-static-files-in-tomcat-5.5-tp19509596p28634513.html Sent from the Tomcat - User mailing list

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

Re: disable caching of static files in tomcat 5.5

2009-08-07 Thread Epithemeus
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. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

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 directory

Re: disable caching of static files in tomcat 5.5

2009-08-06 Thread Epithemeus
-mail: users-unsubscr...@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-tp19509596p24848333.html Sent from the Tomcat - User mailing list archive

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

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

Re: disable caching of static files in tomcat 5.5

2008-09-16 Thread Johnny Kewl
- Original Message - From: Joerg Endrullis [EMAIL PROTECTED] To: users@tomcat.apache.org 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 deliver the current