> 
> > 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
> 

what constitutes a "custom component"?  i didn't add anything to server.xml, just 
uncommented some things and commented out some other things...

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

Reply via email to