he JMX Gateway can be accessed using an RFC2609 compliant service URL:
service:jmx:rmi://<hostName>:<JMX_RMI_SERVER_PORT>/jndi/rmi://<hostName>:<RMI_REGISTRY_PORT>/jmxrmi
Given the above and the following parameters:
TARGET_MACHINE = someHostName
JMX_RMI_SERVER_PORT = 3098
RMI_REGISTRY_PORT = 3099
We can derive the following functional URL:
service:jmx:rmi://someHostName:3098/jndi/rmi://someHostName:3099/jmxrmi
For your convenience, this URL is also generated by the LAMAXU process and written to the log file at start-up: Please substitute someHostName for the correct IP or DNS address for the Lamaxu agent.
2016-06-23 18:07:37,039 [main] JmxGateway remote URL is: service:jmx:rmi://someHostName:3098/jndi/rmi://someHostName:3099/jmxrmi