Have you searched the user list archives? I've answered this problem about 3 times in the last month or so.
It is common; I've patched the actual problem, but the Tomcat committers recommend you move to the JkHandler of the Coyote Connector instead of using the Ajp13Connector, which is deprecated. The coyote connector does work fine with mod_jk. The patch is to the XML file that defines the MBeans corresponding to the various connectors and such. It is pretty simple. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> [EMAIL PROTECTED] 11/14/02 1:12:41 PM >>> I have just completed setting up the Apache 1.3.27 web server which will be used with Tomcat 4.1 to serve the servlet and jsp pages. I am also using j2sdk1.4.0_02. I have set up the configuration of my server.xml and https.conf files as described in the tomcat online help for the ajp13Connector. When I run them, however, I get an exception stack that looks like this (this is from my stdout.log file): Bootstrap: Create Catalina server Bootstrap: Starting service 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(ServerLifecy cleListener.java:369) at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy cleListener.java:777) at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy cleListener.java:751) at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy cleListener.java:339) at org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(ServerLife cycleListener.java:206) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor t.java:166) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2182) at org.apache.catalina.startup.CatalinaService.start(CatalinaService.java:271) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:245 ) at org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307) Starting service Tomcat-Standalone Apache Tomcat/4.1.12 The server works fine and I can invoke my servlets and jsp pages through apache without a problem. My question concerns this error. I have searched the net to find an answer but I can't find what this problem is. I am satisfied that I have configured the servers properly since I can view my pages but I need to know what that error is so I can be satisfied it won't cause any future problems. Any help would be greatly appreciated!! Paul -- 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]>
