1. modify JAVA_OPTIONS to enable the jmx remote connection of Weblogic.
setenv JAVA_OPTIONS '-Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:server=y,transport=dt_socket,suspend=n,address=35902 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false'
2.open JConsole and input the address like this:
service:jmx:rmi:///jndi/rmi://127.0.0.1:8888/jmxrmi
More information , see http://www.performanceengineer.com/blog/monitoring-weblogic-using-jmx/
分享到:
评论