4.2.1. Common Configurations

JMX

All CoreMedia web applications support JMX and register MBeans for management and monitoring purposes (see Section 4.9, “JMX Management” in CoreMedia Operations Basics). In order to reuse the remote connector server provided by WebSphere, make sure that the property management.server.remote.url is left empty.

To open a JMX connection to WebSphere from within a CoreMedia application (like the Probedog or the CAE Developer Toolbox in Studio), you have to use the iiop protocol, that is service:jmx:iiop:///jndi/JMXConnector and set the following JVM properties:

keyjava.naming.provider.url
valuecorbaloc:iiop:<YOUR_WEBSPHERE_HOST>/WsnAdminNameService
keyjava.naming.factory.initial
valuecom.sun.jndi.cosnaming.CNCtxFactory

Table 4.3. JMX Configuration