Software AG Products 10.5 | Administering Integration Server | Configuring the Server | Setting a Port for Remote Client JMX Monitoring
 
Setting a Port for Remote Client JMX Monitoring
Integration Server enables you to use JMX monitoring from a remote client. JMX monitoring is enabled by default, but you can set the JMX monitoring remote port in the com.software.jmx.connector.pid-port.properties file of the Integration Server you want to monitor, where port is the current JMX monitoring port. You cannot disable JMX monitoring.
Note:
A JMX port is not enabled by default for Microservices Runtime. To enable a JMX port for Microservices Runtime, modify Integration Server_directory /bin/setenv.bat(sh) to include JMX_ENABLED=true and JMX_PORT=9192. For more information, see .
*To set the port for remote client JMX monitoring
1. On the Integration Server that you want to monitor remotely, open the com.software.jmx.connector.pid-port.properties file in a text editor. You can find the com.software.jmx.connector.pid-port.properties file in the following location:
Software AG_directory \profiles\IS_instance_name\configuration\com.softwareag.platform.config.propsloader
2. Specify the port number of the JMX port in the port property. This is 8075 by default.
3. Restart Integration Server.