lt;[EMAIL PROTECTED]>
>Subject: Re: Page caching problem with JSP 1.1 on iPlanet 4.1
>
>It is the problem of the borwser, Not the server
>
>- Original Message -
>From: "Venkata Krishna MV" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Satur
ssage-
From: Hari Yellina [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 02, 2001 12:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Page caching problem with JSP 1.1 on iPlanet 4.1
It is the problem of the borwser, Not the server
- Original Message -
From: "Venkata Krishna MV" <[EM
It is the problem of the borwser, Not the server
- Original Message -
From: "Venkata Krishna MV" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 25, 2001 5:54 PM
Subject: Page caching problem with JSP 1.1 on iPlanet 4.1
> Hi,
>
> I am
Hi Venkat,
1)Try using this line before tag
2)Add these lines to ur jsp page
<% response.setHeader("Cache-Control","no-cache"); %>
<% response.setHeader("Pragma","no-cache"); %>
<% response.setDateHeader ("Expires", 0); %>
It works for me.
Sankar
Venkata Krishna MV wrote:
> Hi,
>
> I am u
Hi,
I am using iPlanet 4.1 on Windows NT.
Whenever a jsp is changed, iPlanet is expected to recompile the jsp and send
updated page to browser. But, this is not happening. Every time I change a
jsp, I have to clear cache and restart the service. Otherwise I get previous
output.
This works fine