Re: Certificate Revocation Lists in Tomcat 5.5

2005-12-02 Thread Kennedy Roberts
s" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, December 01, 2005 2:18 PM Subject: Re: Certificate Revocation Lists in Tomcat 5.5 Ok, hopefully I am getting close: I have recompiled the tomcat-util.jar using the 1.5 JDK. I have looked at the contents

Re: Certificate Revocation Lists in Tomcat 5.5

2005-12-01 Thread Kennedy Roberts
TECTED]> To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 3:11 PM Subject: RE: Certificate Revocation Lists in Tomcat 5.5 CRL support is present in Tomcat 5.5.12. I am not an expert on Tomcat CRL support but what I know is the following: - You will need to recompile some of t

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Martin Gainty
: Wednesday, November 30, 2005 2:49 PM Subject: Re: Certificate Revocation Lists in Tomcat 5.5 Martin, Thanks again for you input. The reason I ask about "quirks" is because I have seen examples using crlFiles (not the 's') rather than crlFile. The value for this paramet

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Kennedy Roberts
" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, November 30, 2005 2:45 PM Subject: Re: Certificate Revocation Lists in Tomcat 5.5 1) crlFile is a standard parameter for Connector since Tomcat 5.5.10 if my recollection is right. 2) There are no quirks in

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Martin Dubuc
> > 2) Has (does) anyone use this param, and are there > any quirks to using it. > > Thanks, > > Kennedy > > > - Original Message - > From: "Martin Dubuc" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Tuesday

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Kennedy Roberts
element? 2) Has (does) anyone use this param, and are there any quirks to using it. Thanks, Kennedy - Original Message - From: "Martin Dubuc" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 3:11 PM Subject: RE: Certificate Rev

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: Certificate Revocation Lists in Tomcat 5.5 > > Not necessarily. But it would create complications to > maintain 1.4 compatibility where there is 1.5 specific > code. The 1.5 code is skipped if 1.4 is used to buil

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Duan, Nick [mailto:[EMAIL PROTECTED] > Subject: RE: Certificate Revocation Lists in Tomcat 5.5 > > The official tomcat 5.5.12 was compiled and packaged with J2SE5.0, not > JDK 1.4. You'll get an error message if you run tomcat on 1.4. Only if you fail to read

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Mark Thomas
Duan, Nick wrote: The official tomcat 5.5.12 was compiled and packaged with J2SE5.0, not JDK 1.4. You'll get an error message if you run tomcat on 1.4. ND Um, no it wasn't. It was built using 1.4. That is why the 5.0 specific stuff is missing. Mark ---

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Duan, Nick
t: Re: Certificate Revocation Lists in Tomcat 5.5 Caldarale, Charles R wrote: >>From: Duan, Nick [mailto:[EMAIL PROTECTED] >>Subject: RE: Certificate Revocation Lists in Tomcat 5.5 >> >>Tomcat 5.5 supposed to run on JDK 1.5. Why was it compiled with JDK >>1.4? > > >

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Mark Thomas
Caldarale, Charles R wrote: From: Duan, Nick [mailto:[EMAIL PROTECTED] Subject: RE: Certificate Revocation Lists in Tomcat 5.5 Tomcat 5.5 supposed to run on JDK 1.5. Why was it compiled with JDK 1.4? Because it's supposed to run on JRE 1.4 as well. Compiling on 1.5 would have prec

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Duan, Nick [mailto:[EMAIL PROTECTED] > Subject: RE: Certificate Revocation Lists in Tomcat 5.5 > > Tomcat 5.5 supposed to run on JDK 1.5. Why was it compiled with JDK > 1.4? Because it's supposed to run on JRE 1.4 as well. Compiling on 1.5 would have preclu

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Duan, Nick
To: Tomcat Users List Subject: Re: Certificate Revocation Lists in Tomcat 5.5 Martin, I have yet to try what you suggested, but if this is the case, I am grateful for your advice. I had already got our web application up and running on stand alone Tomcat (5.5.12) when I ran into this issue.

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Kennedy Roberts
- Original Message - From: "Martin Dubuc" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 3:11 PM Subject: RE: Certificate Revocation Lists in Tomcat 5.5 CRL support is present in Tomcat 5.5.12. I am not an expert on Tomcat CRL support but wh

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Martin Dubuc
. Use Apache's > httpd to do the SSL > work is more efficient than to use Java-based > tomcat. > > ND > > -Original Message- > From: Kennedy Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 29, 2005 10:55 AM > To: users@tomcat.apache.org

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Dobson Paul L Contr 84 MSUG/GBMLBR
er 29, 2005 8:55 AM To: users@tomcat.apache.org Subject: Certificate Revocation Lists in Tomcat 5.5 Hi all, We've recently migrated our (SSL enabled) web application from SunOne to Tomcat 5.5, and I can't find any information on handling Certificate Revocation Lists in Tomcat. I

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Duan, Nick
ficient than to use Java-based tomcat. ND -Original Message- From: Kennedy Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:55 AM To: users@tomcat.apache.org Subject: Certificate Revocation Lists in Tomcat 5.5 Hi all, We've recently migrated our (SSL enab

Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Kennedy Roberts
Hi all, We've recently migrated our (SSL enabled) web application from SunOne to Tomcat 5.5, and I can't find any information on handling Certificate Revocation Lists in Tomcat. In SunOne, there was a function in the administration console that let you import a CRL. Is there any equivalen