Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-05 Thread Steven Armstrong
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

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-04 Thread Rice, David
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

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-01 Thread Hari Yellina
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

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread M Sankar
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

Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread Venkata Krishna MV
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