JMX (Java Management Extensions) Question: Download JMX PDF

How is the application JVM configured?

Tweet Share WhatsApp

Answer:

The application JVM is configured with the following options:
☛ com.sun.management.jmxremote
☛ com.sun.management.jmxremote.port=1088
☛ com.sun.management.jmxremote.authenticate=false
☛ com.sun.management.jmxremote.ssl=false

Download JMX PDF Read All 30 JMX Questions
Previous QuestionNext Question
What are the advantages of setter dependency injection?What is JMX?