Setting JMX Properties
JMX properties are set for various purposes.
Procedure
-
Set JMX properties for the MM component to monitor the cluster.
Configure various JMX settings as described in JMX Properties and To-Be-Monitored Engine TRA Files.
-
Set JMX properties for other purposes.
Using a JMX-compliant monitoring tool such as JConsole can be useful for other purposes. For example, MBeans enables you to see cache details if you are using Coherence as the cache provider.
-
To enable a JMX-compliant monitoring tool to view the exposed MBeans, set these properties in the
BE_HOME/bin/be-engine.tra files:
java.property.com.sun.management.jmxremote=true
java.property.com.sun.management.jmxremote.ssl=false java.property.com.sun.management.jmxremote.port=5558
-
You can also set the JMX connector port for deployment with TIBCO Administrator using this CDD property:
be.engine.jmx.connector.port
Copyright © TIBCO Software Inc. All rights reserved.