1 Reply Latest reply on Aug 17, 2002 1:16 PM by adrian.brock

    how to secure jmx rmi?

    mattp

      Hello every body in da house!

      How can I completely secure access to all jmx items?

      I can secure the JMX web console, no problemo.

      But how to secure the the JMX RMI? I don't want no ugly freaks running my JMX!

      & what about the mbean itself? does it have a remote interface? Can't it be controlled from a different box then?


      Is there any way to just turn off all outside connections to ejbs / rmi?? (disallow any connections that aren't from localhost?)

      Thanks a ver much -
      matt

        • 1. Re: how to secure jmx rmi?

          Hi, how is Prague, a bit wet?

          the ejbs and rmi adaptor are only available through
          jndi, that is what you want to secure.

          One solution is to use a firewall that blocks the port,
          1099 by default.

          A more complicated solution would be to use secure
          sockets in the jndi service, there is information
          on this config in the quickstart guide.

          Regards,
          Adrian