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: 450

Filed under:
|

Hi,

I am using visualVM for tunning jboss remotly. I followed following step but unable to get JVM information in visualVM.

  1. 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; };

  1. Start visualVM remote connect on 1234 port using jstat

    I unable to get information of jboss

plz help me........

© Server Fault or respective owner

Related posts about jboss

Related posts about visual