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" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]
        ServerLifecycleListener: Creating MBean for Connector
[EMAIL PROTECTED]
        java.lang.Exception: ManagedBean is not found with Ajp13Connector
                at
org.apache.catalina.mbeans.MBeanUtils.createMean(MBeanUtils.java:234)
                ......
                ...........


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to