Re: Disable Tomcat from caching

2009-08-07 Thread Epithemeus
t; removed the "application cache" folder in the > usr/jakarta-tomcat-5.0.27/work/Catalina/localhost/ and it worked like a > charm! > > Good luck! > http://marc.info/?l=tomcat-user&m=117026873715444&w=2 > ------- > > -

Re: Disable Tomcat from caching

2008-12-26 Thread Tina Hua
harm! Good luck! http://marc.info/?l=tomcat-user&m=117026873715444&w=2 --- -- View this message in context: http://www.nabble.com/Disable-Tomcat-from-caching-tp20087995p21181618.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Disable Tomcat from caching

2008-10-22 Thread Filip Hanik - Dev Lists
can put this in TC_HOME/conf/context.xml Filip | steve sim wrote: Hi everyone, I would appreciate if someone could help me in this problem. Disable Tomcat from caching my xml file. I have a JSP page (Display.jsp) that retrieves a xml file an display the content (using AJAX). Then i clicked th

Re: Disable Tomcat from caching

2008-10-22 Thread ISteve
xml > > Filip > | > steve sim wrote: >> Hi everyone, >> >> I would appreciate if someone could help me in this problem. >> Disable Tomcat from caching my xml file. >> >> I have a JSP page (Display.jsp) that retrieves a xml file an display the >

Re: Disable Tomcat from caching

2008-10-21 Thread Filip Hanik - Dev Lists
look for "|cachingAllowed" in http://tomcat.apache.org/tomcat-6.0-doc/config/context.html you can put this in TC_HOME/conf/context.xml Filip | steve sim wrote: > Hi everyone, > > I would appreciate if someone could help me in this problem. > Disable Tomcat from cachin

Disable Tomcat from caching

2008-10-21 Thread steve sim
Hi everyone, I would appreciate if someone could help me in this problem. Disable Tomcat from caching my xml file. I have a JSP page (Display.jsp) that retrieves a xml file an display the content (using AJAX). Then i clicked the page and goes to a servlet where I changed the xml content

Re: HOWTO disable Tomcat from caching dynamic picture

2006-10-05 Thread Christopher Schultz
John, > I have a servlet, namely BMPImageViewer, which retrieves a BMP image > from database with conversion into PNG format via JAI. The servlet is > referenced in XSL-FO for PDF generation. Do you use Cocoon or something similar to do the XSL-FO->PDF conversion? If so, do you have caching turne

RE: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Roland Rabben
; Sent: 1. oktober 2006 16:16 > To: 'Tomcat Users List' > Subject: RE: HOWTO disable Tomcat from caching dynamic picture > > Hey John, > > Tomcat does not do any caching. Try adding these HTTP headers: > > response.addHeader("Pragma","no-cache&quo

RE: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Paul Hamer
] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] > -Original Message- > From: John Mok [mailto:[EMAIL PROTECTED] > Sent: Sunday, 01 October 2006 02:46 > To: users@tomcat.apache.org > Subject: HOWTO disable Tomcat from caching dynamic picture > > Hi, > &

Re: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Martin Gainty
in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "david.delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, October 01, 2006 5:47 AM Su

Re: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread david.delbecq
Tomcat does not cache output of a servlet. By definition the output of a servlet is dynamic and as such has no reason to be cached. The image is probably cached somewhere else... John Mok a écrit : > Hi, > > I am using Tomcat 5.5.17 with Sun JDK 5.0 Update 7 on CentOS 4.3. I > have a servlet, namel

HOWTO disable Tomcat from caching dynamic picture

2006-09-30 Thread John Mok
Hi, I am using Tomcat 5.5.17 with Sun JDK 5.0 Update 7 on CentOS 4.3. I have a servlet, namely BMPImageViewer, which retrieves a BMP image from database with conversion into PNG format via JAI. The servlet is referenced in XSL-FO for PDF generation. My problem was that the image did not chan