Remote tunning of jboss using visaulVM
Posted
by
sagarzond
on Server Fault
See other posts from Server Fault
or by sagarzond
Published on 2011-03-07T06:17:22Z
Indexed on
2011/03/07
8:12 UTC
Read the original article
Hit count: 475
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........
© Server Fault or respective owner