jVisualVM allows to gater information about applications through JMX connection, which I had to use even for local tomcat.
Add following arguments to startup profile:
Add following arguments to startup profile:
-Dcom.sun.management.jmxremote.port=8086Once that done add connection and start samplingapplication
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
No comments:
Post a Comment