Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat 4.0.1 & SSL

Status
Not open for further replies.

thoxin

Programmer
Jun 5, 2001
11
0
0
DE
Hi,

I could use some help to use SSL on port 443 with my Tomcat 4.0.1 (Standalone). If I use the Standard SSL Connector in the server.xml, I get the following error:

java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory

I have searched for the ServerSocketFactory. I have it in my Classpath, but only as a .java file. If I try to compile it, I am getting a whole bunch of erros.
Isn´t there a more simple way, to enable SSL encryption with the Tomcat Server?

Thanks for tips, hints and solutions,

Thomas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top