Where is your .keystore file located? I have follow config in my server.xml:
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector port="8443"...
....................
<Factory clientAuth="false" keystoreFile="keystore/.keystore"
keystorePass="mypass" protocol="TLS" />
</Connector>
And all works perfectly. Keystore location:
<%CATALINA_HOME%>/keystore/.keystore
Cheers.
MM> GlacierDear guys;
MM> �
MM> - I have Java 2 SDK 1.4.2 that come with
MM> JSSE
MM> - Apache Tomcat version 4.1
MM> - I'm using Windows environment
MM> �
MM> I'm having a problem when I configured
MM> Tomcat with SSL, I followed HOW TO steps in Apache web site like
MM> this
MM> �
MM> 1. have generated�the key using this
MM> command
MM> %JAVA_HOME%\bin\keytool -genkey -alias
MM> tomcat -keyalg RSA
MM> �
MM> 2. Uncommented the "SSL HTTP/1.1 Connector"
MM> in server.xml
MM> �
MM> 3. Restarted Tomcat
MM> �
MM> But I got the following
MM> problem
MM> Jan 13, 2004 9:56:44 AM
MM> org.apache.coyote.http11.Http11Protocol init
MM> SEVERE: Error initializing socket
MM> factory
MM> java.lang.ClassNotFoundException:
MM> Can't find any SSL implementation
MM> at
MM> org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:97)
MM> at
MM>
org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:103)
MM> ....
MM> �
MM> I searched forSSLImplementation class and I found it in a jar file, and that
MM> jar file is in the class path.
MM> �
MM> Any answers or suggestion why I'm getting
MM> this error and how to solve it???
MM> �
MM> �
MM> Thanks
MM> Mohammad
MM> Musleh
MM> Software Architect and Developer
MM> Computer Science Dept,
MM> MUM
MM> Fairfield, IA 52557 USA
MM> Phone:
MM> (641) 472 7000 x 4326
MM> �
--
� ���������,
Apache-Tomcat mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]