Enable JMX in Weblogic
Following are the steps to enable JMX in Weblogic hosted on Windows.
Open the startWebLogic.bat file in a text editor.
Find the JAVA_OPTS line and add the following:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=<8888>{It can be custom port number}
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
3.Restart WebLogic.