Hi,
We are using Tomcat 4.1 with JDK 1.3.1_07.
When we try to start tomcat over SSL port we get following error:
java.lang.ClassNotFoundException: Can't find any SSL implementation
This is probably because SSL wasn't supported with jdk1.3. Upgrading
jdk or tomcat isn't an option for us.
I would appreciate if someone could help us out.
Regards,
Anand
Manfred Rosenboom - 02 Feb 2006 08:01 GMT
You have to download the following optional packages fpr JDK 1.3.1:
JCE 1.2.2 - Java Cryptography Extension
http://java.sun.com/products/jce/
JSSE 1.0.3 - Java Secure Socket Extension
http://java.sun.com/products/jsse/
Best,
Manfred