How to access JMX (Java Beans) from a process running in docker container?
Submitted by: Ali Hassan SiddiquiYou have to expose the JMX port to the host and even used Sun specific options while running the Java process.
You are able to telnet to the host ip and the exposed JMX port, which tells that it is accessible. But I can't figure out a way to use JConsole and connect to the JMX service running in the container.
☛ Djava.rmi.server.hostname=$JMX_HOSTNAME
☛ Dcom.sun.management.jmxremote.port=$JMX_PORT
☛ Dcom.sun.management.jmxremote.rmi.port=$JMX_PORT
Submitted by: Ali Hassan Siddiqui
You are able to telnet to the host ip and the exposed JMX port, which tells that it is accessible. But I can't figure out a way to use JConsole and connect to the JMX service running in the container.
☛ Djava.rmi.server.hostname=$JMX_HOSTNAME
☛ Dcom.sun.management.jmxremote.port=$JMX_PORT
☛ Dcom.sun.management.jmxremote.rmi.port=$JMX_PORT
Submitted by: Ali Hassan Siddiqui
Read Online JMX Job Interview Questions And Answers
Top JMX Questions
☺ | What is JMX architecture? |
☺ | What is JMX? |
☺ | What is Managed Bean or MBean? |
☺ | Explain JMX Concepts and Architecture? |
☺ | Which is the best tool for monitoring Weblogic server(WLS8)? |
Top Application Program Categories
☺ | AutoCAD Interview Questions. |
☺ | Microsoft Office Interview Questions. |
☺ | Microsoft Outlook Interview Questions. |
☺ | Microsoft Excel Interview Questions. |
☺ | MATLAB Interview Questions. |