That's just one of three different ways we can set the system property which should be just a part of the JSSE learning curve.
Pae > You probably also need to start Tomcat with extra startup options: > > TOMCAT_OPTS="- > Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol " > > > > On Mon, 24 Dec 2001 06:35:32 -0800, "Pae Choi" <[EMAIL PROTECTED]> > escreveu : > > > 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:tomcat-user- > [EMAIL PROTECTED]> > > > > > For additional commands: <mailto:tomcat-user- > [EMAIL PROTECTED]> > > > > > Troubles with the list: <mailto:tomcat-user- > [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]> > > > > > > > > > > -- > 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]>
