I have been able to get Tomcat to support SSL in standalone mode just fine.
There is a very brief write-up of the procedure in the Tomcat documentation
and an example connector in the example web.xml file. I was initially
concerned because the write-up is so short, but it turned out that following
the steps as outlined worked fine. No long write-up was needed. You do
need to download the security extensions from Sun but this is all covered in
the documentation.
Sean
-----Original Message-----
From: Ylan Segal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 1:48 PM
To: [EMAIL PROTECTED]
Subject: RE: Tomcat + SSL Certificates
As I understand it, tomcat by itself does not support any certificates. If
you want to use SSL then you need to integrate it with another webserver.
I user tomcat with apache-modssl and it works great.
Ylan
|-----Original Message-----
|From: Alan Williamson [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, May 09, 2001 5:30 AM
|To: '[EMAIL PROTECTED]'
|Subject: Tomcat + SSL Certificates
|
|
|Hi,
|
|Could somone please tell me what version of Tomcat (if any)
|supports 128-bit
|Server-Gated Crypto (SGC) certificates.
|
|I'm currently using Java J2EE 1.2.1 and Tomcat v3.0 which comes along with
|it without much luck. With a test 128-bit cert installed Tomcat fails to
|locate my test jsp, but it works fine with a x 509 cert.
|
|Cheers,
|
|Alan
|