0 Replies Latest reply on Jun 19, 2009 6:26 AM by lkrejci

    Securing jmx-remoting.sar

    lkrejci

      The standard JVM platform Mbeans can be accessed remotely by specifying

      -Dcom.sun.management.jmxremote.*
      properties on the JVM startup. One can specify role based authentication, ssl access, client side ssl certificate validation, etc. with regards to securing the remote connections.

      Is there a way of securing jmx-remoting.sar and the resulting jmx connector URL, i.e.
      service:jmx:rmi:///jndi/rmi://localhost:1090/jmxconnector
      , that exposes JBoss Mbeans remotely in a similar fashion?