Thanks! I actually traced the missing classes, got mx4j, got bcel (for mx4j compilation), got commons-modeler, put it all in server/lib, and then things worked.
Otis _______________________________________________________________ Sign up for FREE iVillage newsletters <http://s.ivillage.com/rd/16705> . >From health and pregnancy to shopping and relationships, iVillage has the scoop on what matters most to you. <-----Original Message-----> > > From: Remy Maucherat > Sent: 6/13/2002 5:32:42 PM > To: [EMAIL PROTECTED] > Subject: Re: TC 4.1.3 catalina.jar incomplete (built from source) > > otisg wrote: > Hello, I just compiled Tomcat 4.1.3 from sources. When I start Tomcat I > get: > java.lang.ClassNotFoundException:org.apache.catalina.mbeans.ServerLifecy > cleListener This class exists in the binary release of Tomcat 4.1.3 in > catalina.jar, but not in my catalina.jar that was built from sources. As > a matter of fact my catalina.jar does not have any classes in > org.apache.catalina.mbeans package. Does anyone know what could have > happened and how to build a full/proper catalina.jar? Thanks, Otis > > > You have to remove the listener from server.xml, if the build was made > without JMX. > > Remy > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > >
