MCS and an application server must be configured to enable remote management of the device repository clients by the drManager utility.
MCS and an application server must be configured to enable remote management of the device repository clients by the drManager utility.
If your application server exports a fixed set of MBean servers, then you must skip this step.
<Resource name="management/MBeanFactory"
auth="Container"
type="javax.management.MBeanServer"
factory="com.volantis.openapi.synergetics.impl.management.
jndi.MBeanServerObjectFactory"/>
If your application server exports a fixed set of MBean servers, then you must skip this step.
Configure the MBean server in mcs-config.xml. If your application server supports custom objects in JNDI, then add the jndi-mbean-server element. Make sure it points to the JNDI datasource specified previously.
<management>
<jndi-mbean-server initial-context="/mcs" name="management/MBeanFactory"/>
</management>
If your application server exports a fixed set of MBeanServers through JNDI, then add the platform-mbean-server element.
<management>
<platform-mbean-server/>
</management>
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9004
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=10.20.30.40