Of course that didn't work. Now I get ... [ERROR] Digester - -Begin event threw error <java.lang.NoClassDefFoundError: while resolving class: org.apache.catalina.net.SSLServerSocketFactory> java.lang.reflect.InvocationTargetException
Where are class defs kept? I'm trying to get away without having to re-install the whole tomcat tree. On Mon, 2004-07-26 at 16:34, David Smithson wrote: > Strange. > > [EMAIL PROTECTED] lib]# unzip -l catalina.jar | grep net > 972 05-06-04 12:19 > org/apache/catalina/net/DefaultServerSocketFactory.class > 604 05-06-04 12:19 > org/apache/catalina/net/ServerSocketFactory.class > > SSLServerSocketFactory is definitely not here. > > I downloaded the old 4.1.27 binaries and checked the catalina jar and... > unzip -l catalina.jar | grep SSLServerSocketFactory shows ... > org/apache/catalina/net/SSLServerSocketFactory.class > > I wonder if I can just overwrite the jar. I'll try that. > > On Mon, 2004-07-26 at 16:13, Mark Thomas wrote: > > Sorry for the red herring. That class should be in > > TOMCAT_HOME/server/lib/cataina.jar > > > > I don't recall any issue with this class being missing from the distribution. > > > > Mark > > > > > -----Original Message----- > > > From: David Smithson [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, July 27, 2004 12:09 AM > > > To: Mark Thomas > > > Cc: 'Tomcat Users List' > > > Subject: RE: SSLServerSocketFactory not found in 4.1.27 > > > > > > Oh, right, forgot that detail. I am using the latest 1.4.2 from SUN, > > > which supposedly has JSSE integrated. > > > > > > On Mon, 2004-07-26 at 16:03, Mark Thomas wrote: > > > > What version of the JDK are you using? Pre 1.4.x you need > > > to install JSSE. > > > > > > > > Mark > > > > > > > > > -----Original Message----- > > > > > From: David Smithson [mailto:[EMAIL PROTECTED] > > > > > Sent: Monday, July 26, 2004 11:58 PM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: SSLServerSocketFactory not found in 4.1.27 > > > > > > > > > > Hi. On Fedora C2, Tomcat 4.1.27, tomcat fails to start due > > > > > to a missing > > > > > class file it seems. Here's the error from tomcat.out. > > > > > > > > > > [ERROR] Digester - -Begin event threw exception > > > > > <java.lang.ClassNotFoundException: > > > > > org.apache.catalina.net.SSLServerSocketFactory> > > > > > Catalina.start: java.lang.ClassNotFoundException: > > > > > org.apache.catalina.net.SSLServerSocketFactory > > > > > java.lang.ClassNotFoundException: > > > > > org.apache.catalina.net.SSLServerSocketFactory > > > > > > > > > > I simply want to implement SSL and client authentication > > > to share an > > > > > internal jspwiki to external support peeps. > > > > > > > > > > unzip -l catalina.jar | grep SSL shows only > > > > > org/apache/catalina/authenticator/SSLAuthenticator.class. > > > > > > > > > > What am I missing? Do I need to trash the FC2 rpm and > > > install from > > > > > source? Thanks for your response. > > > > > > > > > > -- > > > > > David Smithson [EMAIL PROTECTED] > > > > > Custom Film Effects www.customfilmeffects.com > > > > > 818-840-6833 x126 > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > > David Smithson [EMAIL PROTECTED] > > > Custom Film Effects www.customfilmeffects.com > > > 818-840-6833 x126 > > > > > > > > > -- David Smithson [EMAIL PROTECTED] Custom Film Effects www.customfilmeffects.com 818-840-6833 x126 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
