"marju jalloh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Now when I reboot my pc this is the error I get > Sep 9, 2005 1:07:23 AM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > ServerLifecycleListener: createMBeans: MBeanException > java.lang.Exception: ManagedBean is not found with Ajp13Connector <snip /> Don't use the Ajp13Connector. It's buggy and unsupported. Use the Coyote JK Connector instead if you need to setup mod_jk/mod_proxy_ajp support.
> Starting service Tomcat-Standalone > Apache Tomcat/4.1.31 > Sep 9, 2005 1:07:28 AM org.apache.commons.digester.Digester fatalError > SEVERE: Parse Fatal Error at line 2 column 83: The system identifier must > begin with either a single or double quote character. <snip /> Well, this is pretty clear: You've got a typo in one of your web.xml files. Unfortunately, Tomcat isn't being very helpful in telling you which one :(. > Catalina.start: LifecycleException: Context startup failed due to > previous errors > LifecycleException: Context startup failed due to previous errors <snip /> Now, the rest of the errors are because of the ones above. > > can anyone help, > Marju > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]