Hi, I get the following error output when I try to start Tomcat:
ERROR reading C:\Utilities\Java\Tomcat 4.1\conf\server.xml At Line 3 /Server/Listener/ className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0 Catalina.start: java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener -------------------------------------------------------------- I looked around the archives and found suggestions to comment out a couple of lines in my server.xml file. When I do that, I get different error messages, including: ERROR reading C:\Utilities\Java\Tomcat 4.1\conf\server.xml At Line 19 /Server/Service/Connector/ className=org.apache.coyote.tomcat4.CoyoteConnector acceptCount=10 bufferSize=2048 connectionTimeout=20000 debug=0 enableLookups=true maxProcessors=75 minProcessors=5 port=8080 protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol proxyPort=0 redirectPort=8443 scheme=http secure=false tcpNoDelay=true useURIValidationHack=false Catalina.start: java.lang.ClassNotFoundException: org.apache.coyote.tomcat4.CoyoteConnector java.lang.ClassNotFoundException: org.apache.coyote.tomcat4.CoyoteConnector -------------------------------------------------------------- Then if I comment out those lines in server.xml, I get another error on another line. Once I comment that out and try to start, I get a NullPointerException. I know that's not much to go on, but I'm stumped. I've been using 4.1.12 successfully for a week or two, and suddenly it decided to crap out. Thanks for any suggestions or guesses. __________________________________________________________ Outgrown your current e-mail service? Get 25MB Storage, POP3 Access, Advanced Spam protection with LYCOS MAIL PLUS. http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
