Re: tomcat jitters, then hangs - please help

2003-10-26 Thread Noam Camiel
Good to hear, I can confirm setting LD_ASSUME_KERNEL to 2.2.5 also works. The server has been running for the past two weeks without a single outage. Best Regards, Noam - Original Message - From: "Ryan Lissack" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday,

FW: [HELP!] Which key alias names to use for SSL?

2003-10-26 Thread Derek Mahar
--- Begin Message --- Sonny: Just as port 80 is the standard HTTP port, port 443 is the standard HTTPS port. Similarly, just as the default Tomcat installation is configured to run on HTTP port 8080, it is also set to accept HTTPS requests on port 8443. By default, I also believe that Tomcat is

Help with access to certificate on HTTPS

2003-10-26 Thread Bill Harrelson
To whoever can help: I have an application which requires certificates, and a bunch of servlets which don't. In my application I need to determine the originating client of the certificate-based connection (which comes from an enterprise application). I can do this if I can get access to eithe

Re: Tomcat doesn't start under Windows XP

2003-10-26 Thread Giselle Dazzi
Sure, sorry. My JAVA_HOME variable was not set correctly, I had included \bin where I shouldnt have ... Incorrect: F:\j2sdk1.4.1_02\bin Correct: F:\j2sdk1.4.1_02 Previous posts helped me finding the problem... - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To:

Re: Help with access to certificate on HTTPS

2003-10-26 Thread Christopher Schultz
Bill, I have tried to use req.getUserPrincipal(); req.getAttribute("javax.servlet.request.X509Certificate"); and req.getAttribute("javax.net.ssl.peer_certificates"); This is specific to Tomcat 4.1 and higher, but: req.getAttribute("org.apache.coyote.request.X509Certificate"); should work. Of co

Re: Help with access to certificate on HTTPS

2003-10-26 Thread Bill Barker
"Bill Harrelson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > To whoever can help: > > I have an application which requires certificates, and a bunch of > servlets which don't. In my application I need to determine the > originating client of the certificate-based connection > (wh

Tomcat doesn't start under Windows XP

2003-10-26 Thread Giselle Dazzi
Hi all, Im having the same problem and Giorgio, my Tomcat wont start under Windows XP, I get the msg : Windows cannot find '-Djava.endorsed.dirs='. Im using I'm using Win XP Java 1.4.2, Tomcat 4.1.27 Does anyone know what is the solution for this problem ? Thx

Re: Tomcat doesn't start under Windows XP

2003-10-26 Thread Giselle Dazzi
Never mind, folks, I got it. - Original Message - From: "Giselle Dazzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 26, 2003 1:33 PM Subject: Tomcat doesn't start under Windows XP Hi all, Im having the same problem and Giorgio, my Tomcat wont start under Window

Re: Tomcat doesn't start under Windows XP

2003-10-26 Thread Christopher Schultz
Giselle, Never mind, folks, I got it. Could you explain what the problem was, and what the fix was, so that others can get help when they search the archives? -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: Session affinity doesn't work

2003-10-26 Thread Dinh Nguyen
Hi Klaus, The jvmRoute of the second tomcat instance is "tomcat2", I forgot to said that in my first email. About the tomcatId, I modified my settings as you said but now the load balancing no longer works. Only tomcat2 responses to my request. Thank you anyway. Anyone have another idea? Thanks. D

RE: Session affinity doesn't work

2003-10-26 Thread Dinh Nguyen
This is my workers2.properties. I attached it to my last mail but the mail server removed it. Sorry for that. == [logger] level=DEBUG [config:] #file=${serverRoot}/conf/workers2.properties #file=c:/Apache2/conf/workers2.properties file=c

Re: jserv Vs Tomcat

2003-10-26 Thread geeta
Geetha Thanu Technical Officer CDFD,Hyderabad. Sir, Thank u so much for ur very clear reply. I immediately try to shift to tomcat. with regds Geetha -REPLY TO- Date:Fri Oct 24 06:04:40 CST 2003 FROM: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List <[EMA

Re: Missing jdbc context

2003-10-26 Thread Johann Uhrmann
Shapira, Yoav wrote: Howdy, Set debug="99" for your server, engine, host, so you can see why tomcat is running into errors processing server.xml. Unfortunately, that setting does not provide any more information about the problem. Regards, Hans -- Johann Uhrmann xpecto AG | Lindenstrasse 81 |

Re: Missing jdbc context

2003-10-26 Thread Filip Hanik
where did you put the postgres jar file? Filip - Original Message - From: "Johann Uhrmann" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 3:59 AM Subject: Missing jdbc context Hello, I have some problems with Tomcat 4.1.27 and database