Posted By:
sanjeev_reddy
Posted On:
Friday, March 22, 2002 02:58 AM
My Operating system is Win-2000. I want to enable Tomcat for SSL communication.For that sake i have created the ".keystore" file using the command keytool -genkey -alias tomcat -keyalg RSA And i have downloaded the JSSE package and copied all the three jarfiles into "root/jdk1.3.1/lib/ext" directory.And also made the Connector tag changes in server.xml file of Tomcat.But still iam getting an exception as java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: jav ax/net/ServerSocketFactory Thanks in advance Sanjeev
More>>
My Operating system is Win-2000.
I want to enable Tomcat for SSL communication.For that sake i have created the ".keystore" file using the command
keytool -genkey -alias tomcat -keyalg RSA
And i have downloaded the JSSE package and copied all the three jarfiles into
"root/jdk1.3.1/lib/ext"
directory.And also made the Connector tag changes in server.xml file of Tomcat.But still iam getting an exception as
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: jav
ax/net/ServerSocketFactory
Thanks in advance
Sanjeev
<<Less