Monitor a remote IBM Websphere with VisualVM and JMX -


i trying monitor remote ibm visualvm can't connect.

to enable jmx on ibm websphere open websphere administrative console and: navigate to: server -> server types -> websphere application servers ->[server_name]

expand java , process management , click process definition click java virtual machine in generic jvm arguments field append following properties:

-djavax.management.builder.initial= -dcom.sun.management.jmxremote -dcom.sun.management.jmxremote.authenticate=false -dcom.sun.management.jmxremote.ssl=false -dcom.sun.management.jmxremote.port=1099 -djava.rmi.server.hostname=xx.228.75.xx 

restart server

enter image description here

when server starts, open visualvm , add new remote connection: in connection field, put server host , port configured, instance 1099.

enter image description here

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -