Re: Tomcat 6.0.18 Caching Question

2012-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vasanth, I'm finally getting around to reading all the messages in this thread. I have a few questions: On 11/22/12 10:39 AM, Sekar, Vasanth wrote: > Sorry, about that. Here is the detailed explanation. collection="pages" property="pageNumber" style

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Mark Thomas
"Sekar, Vasanth" wrote: > >> All evidence at the moment indicates that your JSP code is the most >> likely suspect. >Okay, I will scan through the logic in the code once again very >closely. A better idea would be to create the simplest possible JSP that reproduces the issue and then show us

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Mark Thomas
"Caldarale, Charles R" wrote: >> From: a b [mailto:jruoh...@gmail.com] On Behalf Of Jukka Ruohonen >> Subject: Re: Tomcat 6.0.18 Caching Question > >> I am not too keen to see every other question on this list >> being turned into a question about up

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
> All evidence at the moment indicates that your JSP code is the most likely suspect. Okay, I will scan through the logic in the code once again very closely. Like I said before the same code works fine in JRUN and also in Tomcat for the first time. This problem occurs only in Tomcat upon subseque

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Caldarale, Charles R
> From: Sekar, Vasanth [mailto:vasanth.se...@supervalu.com] > Subject: RE: Tomcat 6.0.18 Caching Question > I am trying to disable the caching under work/catalina -> _jsp.java & > _jsp.class by doing the following That's not "caching"; that's where t

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Caldarale, Charles R
> From: a b [mailto:jruoh...@gmail.com] On Behalf Of Jukka Ruohonen > Subject: Re: Tomcat 6.0.18 Caching Question > I am not too keen to see every other question on this list > being turned into a question about upgrading. There are two significant reasons for sites to stay up to da

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Jukka Ruohonen
On Thu, Nov 22, 2012 at 04:49:42PM +, Pid wrote: > > Have you read the security vulnerability pages? > > Maybe he's emailing us from the year 2008. Maybe. That said, I am not too keen to see every other question on this list being turned into a question about upgrading. Most of the questions

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
2012 12:15 AM To: 'Tomcat Users List' Subject: Tomcat 6.0.18 Caching Question Hello- I am working on a project where we are migrating a web app from JRUN 4.0 to Tomcat 6.0 and facing some sort of caching problem with one of the functionality. The same jsp:include code works fine in JRUN server

Re: [OT] Tomcat 6.0.18 Caching Question

2012-11-22 Thread André Warnier
Sekar, Vasanth wrote: I very well understand the point everyone are trying to make here . But, unfortunately I have to go with the approved version with in our environment. I believe there were also talks about 7.0.26 but it will be quite some time before they pilot everything and approve the

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
: Pid [mailto:p...@pidster.com] Sent: Thursday, November 22, 2012 9:50 AM To: Tomcat Users List Subject: Re: Tomcat 6.0.18 Caching Question On 22/11/2012 16:29, Mark Thomas wrote: > On 22/11/2012 15:39, Sekar, Vasanth wrote: >> That's the standard version that we have inside our environmen

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Pid
On 22/11/2012 16:29, Mark Thomas wrote: > On 22/11/2012 15:39, Sekar, Vasanth wrote: >> That's the standard version that we have inside our environment for Prod >> move at this point. >> Tomcat 7.0.8 build is underway but not in our Prod environment yet. So, for >> now >> I have to use the curren

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Caldarale, Charles R
> From: Sekar, Vasanth [mailto:vasanth.se...@supervalu.com] > Subject: RE: Tomcat 6.0.18 Caching Question > That's the standard version that we have inside our environment for > Prod move at this point. Your upgrade strategy is very seriously flawed. > Tomcat 7.0.8 build

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Mark Thomas
On 22/11/2012 15:39, Sekar, Vasanth wrote: > That's the standard version that we have inside our environment for Prod move > at this point. > Tomcat 7.0.8 build is underway but not in our Prod environment yet. So, for > now > I have to use the current standard version and hence using this particu

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
Hi, Please see my inline comments. Thank you, Regards, Vasanth Sekar -Original Message- From: Pid * [mailto:p...@pidster.com] Sent: Thursday, November 22, 2012 1:28 AM To: Tomcat Users List Subject: Re: Tomcat 6.0.18 Caching Question On 22 Nov 2012, at 07:15, "Sekar, Vasanth&qu

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Pid *
On 22 Nov 2012, at 07:15, "Sekar, Vasanth" wrote: > Hello- > I am working on a project where we are migrating a web app from JRUN 4.0 > to Tomcat 6.0 and facing some sort of caching problem with one of the > functionality. You refer to Tomcat 6.0.18 in the subject, why would you 'upgrade' to a r

Tomcat 6.0.18 Caching Question

2012-11-21 Thread Sekar, Vasanth
Hello- I am working on a project where we are migrating a web app from JRUN 4.0 to Tomcat 6.0 and facing some sort of caching problem with one of the functionality. The same jsp:include code works fine in JRUN server but in Tomcat for the page to work properly I have to clear the cache under work/c