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

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
[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 environment for Prod move

RE: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Sekar, Vasanth
-param /servlet Still not able to avoid the Tomcat JSP cache under work/catalina - not entirely sure if I am missing some entries or step here. Please advise. Thank you, Regards, Vasanth Sekar -Original Message- From: Sekar, Vasanth Sent: Thursday, November 22, 2012 12:15 AM To: 'Tomcat

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

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

RE: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-20 Thread Sekar, Vasanth
Thanks Mark. Sorry, was just an oversight. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, May 19, 2012 1:21 PM To: Tomcat Users List Subject: Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase On 18/05/2012 00:43, Sekar, Vasanth wrote: Good evening Mark

Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-17 Thread Sekar, Vasanth
Hello- We have a custom form authenticator that runs on tomcat 4.0. Now, we have a need to migrate that into tomcat 6.0. There are compilation errors with the following. import org.apache.catalina.HttpRequest; import org.apache.catalina.HttpResponse; I looked at the tomcat 6.0 API and found that

RE: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-17 Thread Sekar, Vasanth
To: Tomcat Users List Subject: Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase On 17/05/2012 16:31, Sekar, Vasanth wrote: Hello- We have a custom form authenticator that runs on tomcat 4.0. Now, we have a need to migrate that into tomcat 6.0. There are compilation errors with the following. import