> 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
development
false
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,
: 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
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
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
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 eveni
: 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 wi
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