RE: achieving a clients (browsers) certificate in a webapp - SOLVED

2003-07-23 Thread Karli Christoph (CSE)
it is resolved there! Jay -Original Message----- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 7:27 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp this helped me a lot!! now i've installe

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Karli Christoph (CSE)
h, 23. Juli 2003 05:48 To: [EMAIL PROTECTED] Subject: Re: achieving a clients (browsers) certificate in a webapp "Karli Christoph (CSE)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > we have the ssl-configuration in the file ssl.conf which gets > included by

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
(s >= 0) cert = cert.substring( s+begin.length(),cert.indexOf(end)); return cert; } -Original Message- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:53 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browse

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
al Message----- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:53 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp that's the point.. with the following code String certAttribute = "javax.s

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
27;javax.servlet.request.X509Certificate' request property will give you the client certificate chain. It contains an array of java.security.cert.X509Certificate Objects. Element [0] is the client certificate, Element [1] is the CA for the client certificate etc. -----Original Message---

achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
now this seems like a big task! we've been trying to achieve a clients certificate from the request-object, which failed because there is no parameter for achieving the x509Certificate installed in the browser of the client out of the request-object (javax.servlet.ServletRequest). the certificati

multiple instances of tomcat (grouping webapps with a manager) with a single installation under linux

2003-07-14 Thread Karli Christoph (CSE)
hello world (haha, running gag) i've installed and connected succesfully tomcat 4.1.24 with apache 2.0.45 now my problem is the following: i'd like to get multiple instances of tomcat without installing tomcat another time (so just by configuring). the goal is to achieve several webapp - 'conta