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:
key | java.naming.provider.url |
value | corbaloc:iiop:<YOUR_WEBSPHERE_HOST>/WsnAdminNameService |
key | java.naming.factory.initial |
value | com.sun.jndi.cosnaming.CNCtxFactory |
Table 4.3. JMX Configuration