Hello Giorgio, The error is innocuous, sort of. Tomcat will run but you will not have access to the Tomcat Admin app. If you comment it out, it should work or if you use the Coyote AJP13 connector instead of the old one the Admin app should work.
Jake Monday, September 09, 2002, 12:57:12 PM, you wrote: GP> I've found that the problem is when i uncomment this line in server.xml of GP> my Tomcat 4.1.10 LE J2SE 1.4.1 GP> <!-- Define an AJP 1.3 Connector on port 8009 GP> <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" GP> port="8009" minProcessors="5" maxProcessors="75" GP> acceptCount="10" debug="0"/> GP> --> GP> > >> > INFO: Initializing Coyote HTTP/1.1 on port 8080 >> > ServerLifecycleListener: createMBeans: MBeanException >> > java.lang.Exception: ManagedBean is not found with Ajp13Connector >> > at >> > org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:225 >> > ) >> > at >> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve >> > rLifecycleListener.java:359) >> > at >> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve >> > rLifecycleListener.java:716) >> > at >> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve >> > rLifecycleListener.java:690) >> > at >> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve >> > rLifecycleListener.java:329) >> > at >> > org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(Ser >> > verLifecycleListener.java:206) >> > at >> > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl >> > eSupport.java:166) >> > at >> > org.apache.catalina.core.StandardServer.start(StandardServer.java:218 >> > 4) >> > at >> > org.apache.catalina.startup.Catalina.start(Catalina.java:510) >> > at >> > org.apache.catalina.startup.Catalina.execute(Catalina.java:400) >> > at >> > org.apache.catalina.startup.Catalina.process(Catalina.java:180) >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> > >> > >> > >> > -- >> > To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> -- >> To unsubscribe, e-mail: GP> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: GP> <mailto:[EMAIL PROTECTED]> >> >> GP> -- GP> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> GP> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
