> i've done some minimal testing.  i see the following exception
> a lot, but that's about it:

The JMX stuff doesn't like you having a custom component defined in your
server.xml (you do have one, right ?). So the exception you see indicates
the JMX features, including the admin webapp, won't work. If you don't want
to see it, you can disable the JMX features by removing the following
listener from the server.xml:

  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
            debug="0"/>

Remy


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

Reply via email to