If I wish to use JMX in my own webapp, is it necessary for me to write my own implementation of ServerLifecycleListener in the webapp's Context ?

Say for example :

<Context ......
<Listener classname="com.company.mbean.ServerLifeCycleListener" debug="0" descriptor="some package name" >


</Context>

So if this is the case does my mbeans descriptor go into my webapp's WEB-INF/lib ?


TIA.




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



Reply via email to