You need to include the security provider in your java.security file: security.provider.3=com.sun.net.ssl.internal.ssl.Provider
Also, are you running tomcat with a security manager ? if so, make sure you have jre\lib\ext with permissions. Renato - Brazil On Fri, 21 Dec 2001 17:16:49 +0000, Duncan Smith <[EMAIL PROTECTED]> escreveu : > Hello. > I've just downloaded JSSE 1.0.2 and put the three .jar files in > jre\lib\ext directory. > > I've uncommented the example SSl connector in server.xml, but when I > restart, I get this error in the stdout.log: > > Exception during startup processing > java.lang.reflect.InvocationTargetException: > java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory > > Can anybody help? > > Many thanks in advance, Duncan. > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
