[EMAIL PROTECTED] wrote:
jfarcand 2004/02/04 09:28:28

Modified: catalina/src/share/org/apache/catalina/core StandardContext.java Log: When using the embedded interface and
calling removeChild(..), the mbean wasn't unregistered. That's only
occurs when you call removeChild. The mbean is always unregistered
when calling addChild (StandardContext.start())

That's not good. stop shouldn't remove the MBean, you'll have to call destroy elsewhere. If you create the Context through JMX, then you'd have no way to do further operations on it, since the MBean is gone.


Rémy

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



Reply via email to