posted 20 years ago
Hi,
I am having a implemented piece of code which runs within Application server container.
This code:
a) Creates MBeanServer
b) Creates MBean
c) Registers MBean with MBeanServer.
In this case the MBeanServer runs within the process memory of App Container.
What I need is to run MBeanServer to run outside AppContainer.
MBean should still be created by AppContainer and register it with the MBeanServer running outside its process memory.
Is this possible?
Thanks in advance for any help.
Regards,
Mehul K. Sanghvi.