> 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,
:(. I don't
have any authority to change how things work but will for sure bring that
concern up to the architect team when I meet with them next time.
That being said, any thoughts on the original problem though :)
Thank you,
Regards,
Vasanth Sekar
-Original Message-
From
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
ng in Tomcat without having to clear Tomcat cache.
If anyone has some thoughts to debug this situation further, please shed
some light.
Thank you,
Regards,
Vasanth Sekar
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apach
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
associate is expecting an org.apache.catalina.Session return where as
the connector Request is returning HttpSession.
Thanks again for your response and please advise.
Thanks!
Vasanth
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Thursday, May 17, 2012 12:28 PM
To
, getSession(request, true));
Could someone shed some light on how to go about this?
Thank you,
Regards,
Vasanth Sekar
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h
cat. Time duration has also
> incereased as the no. websites have increased.
>
> Kindly provide me some solution so that i don't have to face any downtime
> in
> future.
>
>
>
> Thanks,
> Gaurav Pruthi
>
--
Regards&Thanks,
Vasanth Kumar Ravi
ssenger.yahoo.com/win/
>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Regards&Thanks,
Vasanth Kumar Ravi
[EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>
> >> -
> >> To start a new topic, e-mail: users@tomcat.apache.org
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > -
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Regards&Thanks,
Vasanth Kumar Ravi
VM (build 1.5.0_16-b02, mixed mode)
On Fri, Nov 21, 2008 at 9:49 AM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: Vasanth Kumar ravi [mailto:[EMAIL PROTECTED]
> > Subject: Re: Question on Performance Tuning
> >
> > But we have not specified the -server
, Nov 19, 2008 at 11:01 PM, Christopher Schultz <
[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Vasanth,
>
> Vasanth Kumar ravi wrote:
> > We did many rounds of load/performance testing with 50 Virtual users, to
> > find bottle
Thanks Chuck..
One question thou..
in the JAVA_OPTS do we have to specify -server cos it runs as client by
default.
Will it bring any change to performance ?
On Wed, Nov 19, 2008 at 12:27 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: Vasanth Kumar ravi [m
ions/homepage/lib/aspectjweaver-1.5.3.jar
We did take thread dumps while performing the test, and found nothing
related to application bottlenecks.
Can I get some pointers on anything to be tuned in the tomcat to reduce the
cpu utilization.
Thanks.
--
Regards&Thanks,
Vasanth Kumar Ravi
Thanks Rainer.
On Fri, Aug 29, 2008 at 6:16 PM, Rainer Jung <[EMAIL PROTECTED]>wrote:
> Vasanth Kumar ravi schrieb:
> > Rainer,
> > I was able to resolve the issue...and the root cause was simple...
> > it was my mistake...
> > in the conf file I had mentio
mples/* worker1
>
> in you configuration. If you are using a virtual host in Apache, the
> JkMount must be inside the virtual host.
>
> Your mod_jk log file indicates, that during that test you didn't have
> any JkMount active, right? Retry with activa eJkMount and resend the lo
and tomcat doesnt show any errors.
On Fri, Aug 29, 2008 at 10:07 AM, Vasanth Kumar ravi
<[EMAIL PROTECTED]>wrote:
> Martin,
> I m trying to access the folder /examples on the localhost which is actualy
> hosted in the TOMCAT.
>
> http://localhost/examples .
>
> The tom
mcat, add a line like:
> >
> > JkMount / worker1
> >
> > and you're all set.
> >
> > If you want just a certain portion of the url namespace to get passed
> > along to Tomcat, you could use some thing like the commented out
> > example. In that case:
yourserver/index.html would be served by Apache httpd, but
> http://yourserver/examples/someexample.jsp would be served by Tomcat.
>
>
> Vasanth Kumar ravi wrote:
>
>> Hi,
>> I am using the mod_jk to connect the apache webserver and the tomcat
>> server.
>> Though I am able
Hi,
We are trying to migrate a running tomcat/JK/IIS setup from win 2000/IIS 5.0
to win 2003/IIS 6.0. The struts application is hosted using two tomcat
instances and we use JK connectors as load balancer for these two servers.
We have configured the IIS with a 'jakarta' virtual directory.The setu
Hi,
We are trying to migrate a running tomcat/JK/IIS setup from win 2000/IIS 5.0
to win 2003/IIS 6.0. The struts application is hosted using two tomcat
instances and we use JK connectors as load balancer for these two servers.
We have configured the IIS with a 'jakarta' virtual directory.The setu
issues. I am looking at clean restart of a tomcat
virtual host.
regards,
Vasanth
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
23 matches
Mail list logo