You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gaston Escobar <ge...@451.com> on 2003/03/06 19:58:01 UTC

ManagedBean is not found with Ajp13Connector

I've been looking in the mailing list archives for my problem, and I've
found the message I pasted below.
But the problem is that I don't understand what I exactly need to do with
that answer. Can anybody help me with this?


----- Original Message -----
From: Ben Jessel
Subject: Re: ManagedBean is not found with Ajp13Connector
Date: Fri, 03 Jan 2003 04:35:52 -0800

It's o.k I found the solution. Don't use AJP and JMX together. I guess they
put in JMX support and didn't want to support the old Ajp13Connector. Use
coyote instead. Having said that, that's as far as i've got...

----- Original Message -----
From: "Ben Jessel" <be...@morpheme.co.uk>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, January 03, 2003 11:43 AM
Subject: ManagedBean is not found with Ajp13Connector


Hi, I've been suffering with trying to configure mod_jk + apache 1.3 +
tomcat 1.4.18 for a while.
I've managed to get to a stage where I have a workers.properties, and an
auto-created configuration for apache. However, I'm getting an error with
this line of my server.xml

    <Connector className="org.apache.ajp.tomcat3.AjpConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    acceptCount="10" debug="99"/>

        ServerLifecycleListener: Creating MBean for Service
StandardService[Tomcat-Standalone]
        ServerLifecycleListener: Creating MBean for Connector
org.apache.coyote.tomcat4.CoyoteConnector@19ce060
        ServerLifecycleListener: Creating MBean for Connector
org.apache.ajp.tomcat4.Ajp13Connector@13d28e3
        java.lang.Exception: ManagedBean is not found with Ajp13Connector
                at
org.apache.catalina.mbeans.MBeanUtils.createMean(MBeanUtils.java:234)
                ......
                ...........


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org