Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Hi, Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile error message

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Jason Bainbridge
On Wed, 16 Mar 2005 14:45:07 + (GMT), Asfand Qazi [EMAIL PROTECTED] wrote: Hi, Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Caldarale, Charles R
From: Asfand Qazi [mailto:[EMAIL PROTECTED] Subject: Problem with Tomcat caching old pages that it shouldn't The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile error message again! Please include the exact

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds but I'm not sure why the compile would fail once and

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Please include the exact Tomcat level in problem descriptions, so people will have some idea of which documentation pages to tell you to read. 5.7 Here's some to look at that may have some bearing on the issue, and specific parameters on each:

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Asfand Qazi [EMAIL PROTECTED] wrote: Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Hassan Schroeder
Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Ramu, Vinod
To: Tomcat Users List Subject: Re: Problem with Tomcat caching old pages that it shouldn't Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Hassan Schroeder [EMAIL PROTECTED] wrote: Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the