Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem.
Once you have verified it, it will help you as well as other folks to have better understing of your problem by narrowing down. Pae > Thanks. I've already added that line to the security file but it was in > jre\lib\security. I don't beleive that I am running the security manager, but I > am still getting that same message > (java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: > javax/net/ServerSocketFactory) in the log. > > Any other suggestions? > > Many thanks, Duncan. > > Renato wrote: > > > 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]> > > > -- > 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]>
