2 Replies Latest reply on Nov 17, 2007 6:34 PM by enda

    Jboss AS 4.2.2 open port 8080 for another comps

    enda

      Hi,

      I have an apache, tomcat and jetty and there is no problem to check my web on localhost:8080 from another computer
      (that is running windows for verifying CSS)

      But Jboss AS port 8080 is closed for another computers (remote access).
      I have no idea where to allow that.

      Did someone knows, I will be very thankful

      Tomas

        • 1. Re: Jboss AS 4.2.2 open port 8080 for another comps
          peterj

          Read the readme.html file, Configuration Issues section, first bullet under JBossAS 4.2.0.GA.

          • 2. Re: Jboss AS 4.2.2 open port 8080 for another comps
            enda

            Helped thanks

            for lazy people as me

            run.sh -b 0.0.0.0

            but read this first

            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.