2 Replies Latest reply on Jul 20, 2007 9:06 AM by fausto_minotti

    I can't reach Jboss console from remote ?

    fausto_minotti

      I recentelly installed jboss-4.2.0.GA
      Regarding the Jboss web console I noticed somethings strange
      In particular I can reach the console in local but I?m not able to do the same thing as remote.

      For instance my host has ip address 192.168.0.13

      from local host
      http://localhost:8080 -> I reach the console
      http://127.0.0.1 -> I reached the console
      http://192.168.0.13 -> I can?t reach the console

      from remote host 192.168.0.8
      http://192.168.0.13 -> I can?t reach the console

      I wonder if anyone could give me any suggestion
      Many many thanks

        • 1. Re: I can't reach Jboss console from remote ?
          jhalliday

          > I wonder if anyone could give me any suggestion

          Here is a suggestion: try reading the docs.

          http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ

          • 2. Re: I can't reach Jboss console from remote ?
            fausto_minotti


            ok Thanks a lot !
            now all work properly

            --------------------------------------------------------------

            Frequently Asked Questions about the JBoss4.2 Release

            1. . Why can't I connect to the server remotely? All the services appear to be bound to localhost only.

            * That's correct before 4.2.0.GA jboss always bound to the any address "0.0.0.0". You wouldn't believe how many people would put unprotected instances of JBoss on the internet, or even on their own local LAN. Now you have to explicitly choose to do that, so it takes some thinking about before you revert to the old default behaviour with the "-b' option of jboss. e.g.

            ./run.sh -b 0.0.0.0

            For Windows, use

            run.bat -b 0.0.0.0