RE: FW: Tomcat, JSP and Cache

2000-12-06 Thread NESTORS Andris (AC-Creation)
vid S. [mailto:[EMAIL PROTECTED]] # Sent: Tuesday, December 05, 2000 6:36 PM # To: '[EMAIL PROTECTED]' # Subject: RE: FW: Tomcat, JSP and Cache # # # I tried that and it still happens. # # -Original Message- # From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] # Sent: Tuesday, Decemb

RE: FW: Tomcat, JSP and Cache

2000-12-06 Thread Adress, David S.
eader("Expires",0); % /head /html -----Original Message----- From: NESTORS Andris (AC-Creation) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 6:24 AM To: '[EMAIL PROTECTED]' Subject: RE: FW: Tomcat, JSP and Cache Try this. (Its also explained in the archives

Re: FW: Tomcat, JSP and Cache

2000-12-06 Thread Sebastian Schulz
head meta http-equiv="pragma" content="no-cache" meta http-equiv="cache-control" content="no-store"!-- HTTP 1.1 -- % response.setDateHeader ("Expires", 0); %!-- disable caching at proxy server -- /head You need to put it at the top of the page, as you would expect, and

FW: Tomcat, JSP and Cache

2000-12-05 Thread Adress, David S.
I was wondering if anyone can help. I have tomcat server 3.1 running a servlet and jsp page. I have a servlet calling a jsp page with the redirect method. I've put the required meta tags on the jsp page so the page should not cache. However, the page is still caching. In order for my page to