Integration Server 11.1 | Integration Server Administrator's Guide | 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. By default, JMX monitoring is enabled. However, if you want to set the JMX monitoring on a different port , you can modify the custom_wrapper.conf file of Integration Server you want to monitor. Note that disabling JMX monitoring is not possible.
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 Developing Microservices with IBM webMethods Microservices Runtime Running Microservices Runtime in Debug Mode .
*To set the port for remote client JMX monitoring
1. On Integration Server that you want to monitor remotely, navigate to the following folder:
Integration Server_directory\instances\instance_name\configuration\custom_wrapper.conf
2. In a text editor, open custom_wrapper.conf
3. Specify the port number of the JMX port in the -Dcom.sun.management.jmxremote.port property. The default port is 8075.
4. Restart Integration Server.