Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

what's an MBean and why won't my AJP13 listenere work?

Dave Naden

2003-06-07

Replies:

I'm trying to config Tomcat 4.1.24 with IIS, and one step is to uncomment the line from server.xml:

  <!-- Define an AJP 1.3 Connector on port 8009 -->

  <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
         port="8009" minProcessors="5" maxProcessors="75"
         acceptCount="10" debug="0"/>

but when I do this, Tomcat won't start, and I get the following in the error log:

Jun 7, 2003 1:40:03 PM org.apache.coyote.http11.Http11Protocol init
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:227
)
    at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:402)
    at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:854)
    at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:828)
    at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:372)
    at org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(Ser

Can anybody help?

-Dave Naden


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.