More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
I've caught the exception output it begins: EmbededTomcat: exception initializing ContextManager java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486) . Wher

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Bill Barker
It looks like JSSE isn't installed properly. Since I usually just have JSSE for testing, I just dump the jar files into $TOMCAT_HOME/lib/common, and it works fine for me. For production servers, I believe that it is more common to dump them into $JAVA_HOME/jre/lib/ext. "George McKinney" <[EMAIL

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Pae Choi
Your exception message is clearly telling you what is going on. To wit, somewhere in the execution path of your prgram could not find the class, java.net.ServerSocketFactory. With J2SDK veriosn < 1.4.x, you will have to play with J2 Security Extension packages, but no needed to mess with them if y