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
when server starts, open visualvm , add new remote connection: in connection field, put server host , port configured, instance 1099.
Comments
Post a Comment