RE: Version of Java being used by Tomcat

2007-04-04 Thread Gurdeep Kaur \(gurdeep\)
java -version Should give you what is the default java version used Gurdeep -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 1:00 PM To: Tomcat Users List Subject: Re: Version of Java being used by Tomcat -BEGIN PGP SIGNED MES

RE: high CPU usage

2007-03-23 Thread Gurdeep Kaur \(gurdeep\)
Subject: Re: high CPU usage Gurdeep Kaur (gurdeep) wrote: > So why would tomcat create two threads for one tls session? Because Tomcat receives two requests. You might want to start looking more closely at what is going on at the network level. M

RE: high CPU usage

2007-03-22 Thread Gurdeep Kaur \(gurdeep\)
So why would tomcat create two threads for one tls session? Gurdeep -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 4:31 PM To: Tomcat Users List Subject: Re: high CPU usage Gurdeep Kaur (gurdeep) wrote: > Mark, > > Just thinking

RE: high CPU usage

2007-03-22 Thread Gurdeep Kaur \(gurdeep\)
Mark, Just thinking some more, as to who actually invokes the threads? Is it Tomcat? Thanks Gurdeep -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 7:07 PM To: Tomcat Users List Subject: Re: high CPU usage Gurdeep Kaur (gurdeep) wrote

How to debug tomcat and JSSE

2007-03-22 Thread Gurdeep Kaur \(gurdeep\)
I am new to this group and the tomcat world, and would like to know if there is information available as to how to debug tomcat related issues and JSSE related issues if it is used with tomcat. Was looking at building tomcat on apache website and so far I have no luck building tomcat. Running ant

high CPU usage

2007-03-21 Thread Gurdeep Kaur \(gurdeep\)
the thread that works as intended prints : http-8443-Processor2, READ: TLSv1 Handshake, length = 78 Note the non-zero length. I can constantly reproduce the issue. Any pointers, inputs will be greatly appreciated. Thanks Gurdeep -Original Message- From: Gurdeep Kaur (gurdeep

high CPU usage with codenomicon TLS test case #91

2007-03-20 Thread Gurdeep Kaur \(gurdeep\)
We are using tomcat 5.5 with JSSE. When we execute codenomicon test case #91 from the TLS suit, tomcat CPU usage goes up to 90%. The platform is Redhat Linux. Was wondering if someone has seen something like this before. Thanks Gurdeep -