How are you trying to build tomcat? You should be building using 'ant dist'. Also, did you include all the optional libraries. Not having an implementation of JMX 1.0 may be causing this problem, although I don't know for sure. See step 14 of Building.txt for options. I use mx4j myself
Andrew Conrad > -----Original Message----- > From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 10:19 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4 nightly build doesn't starts > > > I have built Tomcat from jakarta-tomcat-4.0 cvs module and > all necessary subprojects. > > When I am trying to start it raises an exception: > > Catalina.start: java.lang.ClassNotFoundException: > org.apache.catalina.mbeans.ServerLifecycleListener > java.lang.ClassNotFoundException: > org.apache.catalina.mbeans.ServerLifecycleListener > > And I really can't find it in catalina.jar > > > -- > Best regards, > Dev Zero G Ltd team http://devzerog.com > mailto:[EMAIL PROTECTED] > > > > > > -- > To unsubscribe, > e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
