4 Replies Latest reply on Sep 24, 2007 7:14 PM by theute

    http not serving out requests

    ebrennan

      I have installed the bundled version Portal 2.6.1-GA on a Windows Platform.
      I can get to the page via http://localhost:8080/portal

      but can not get to it from another machine. http://ip:8080/portal

      I can ping the box.

      The firewall is disabled.

      What could be stopping this from serving pages?

        • 1. Re: http not serving out requests
          theute

          sh run.sh -b ip

          • 2. Re: http not serving out requests
            peterj

            Hmm, I was going to point you to the readme.html file that accompanies the JBoss AS download, to this section and bullet item:

            Configuration Issues
            JBossAS 4.2.0.GA
            * JBossAS now binds its services to localhost (127.0.0.1) *by default*, instead of binding to all available interfaces (0.0.0.0). This was primarily done for security reasons because of concerns of users going to production without having secured their servers properly. To enable remote access by binding JBoss services to a particular interface, simply run jboss with the -b option. To bind to all available interfaces and re-enable the legacy behaviour use -b 0.0.0.0. In any case, be aware you still need to secure you server properly.


            Unfortunately, that readme.html file does not appear in the Portal + AS bundle. I am not sure how someone downloading the bundle would know to use the -b option if the bundle does not include the readme.

            • 3. Re: http not serving out requests
              ebrennan

              Thanks. That worked.

              • 4. Re: http not serving out requests
                theute

                The bundled for 2.6.2 will contain that file, thanks for pointing this out Peter