I installed JSSE 1.0.2 according to the instructions on the Tomcat website. All seemed fine. However when I try to start Tomcat with SSL, I get the next Exception:
Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: jav ax/net/ServerSocketFactory It looks like classes can't be found, but I checked CLASSPATH several times and the JSSE packages are included. What else can it be?