[EMAIL PROTECTED] wrote:
> Sounds helpful, thanks Amy, but introduces some issues.
>
> In the last few weeks we developed three connectors and it will
> be more in future.
>
> 1. My main question is, why isn't mbeans-descriptors.xml part of
>the configuration directory?
>
> 2. For me it loo
Sounds helpful, thanks Amy, but introduces some issues.
In the last few weeks we developed three connectors and it will
be more in future.
1. My main question is, why isn't mbeans-descriptors.xml part of
the configuration directory?
2. For me it looks like i have to rebuild tomcat to get my
You can either add a mbean description for your connector similar to
other Connectors in o.a.c.mbeans.mbeans-descriptors.xml or disable the
two JMX supporting Listeners (ServerLifecycleListener and
GlobalResourcesLifecycleListener)in server.xml if you don't want the JMX
support. I'd recommend
Hi,
i have a connector working with tomcat 4.0 and want to use it with
tomcat 4.1. First problem was that the lifecycle interface had changed.
I could fix that in a way i can deploy on 4.0 and 4.1.
But i still crash with an exception:
java.lang.Exception: ManagedBean is not found with MyXyConnec