Remote tunning of jboss using visaulVM
- by sagarzond
Hi,
I am using visualVM for tunning jboss remotly. I followed following step but unable
to get JVM information in visualVM.
Start jstatd server on remote machine where jboss running using command
jstatd -p 1234 -J-Djava.security.policy=tools.policy
In this tools.policy file is added to $JAVA_HOME/bin folder
content of tools.policy file is -
grant codebase "file:${java.home}/../lib/tools.jar" {
permission java.security.AllPermission;
};
Start visualVM remote connect on 1234 port using jstat
I unable to get information of jboss
plz help me........