2 Replies Latest reply on Jun 11, 2016 11:38 PM by gaoyonglu

    jconsole can not connect to remote

    gaoyonglu

      I start a jboss 7 in Local environment,add -b 0.0.0.0. option

      I use jconsole which  in jboss/bin 。 use: service:jmx:remoting-jmx://127.0.0.1:9999 is ok 。but use my ip service:jmx:remoting-jmx://172.17.233.178:9999 is can‘t connected 。

      I can open console use http://172.17.233.178:8080/ ,so the -b option is ok

       

      I want use IP to connect .

        • 1. Re: jconsole can not connect to remote
          gaoyonglu

          I have closed firewall.

          • 2. Re: jconsole can not connect to remote
            gaoyonglu

            inet-address modfiy 172.17.233.17

            like:

            <interfaces>

                    <interface name="management">

                        <inet-address value="172.17.233.178"/>

                    </interface>

                    <interface name="public">

                        <inet-address value="172.17.233.178"/>

                    </interface>

                    <interface name="unsecure">

                        <inet-address value="172.17.233.178"/>

                    </interface>

                </interfaces>