3 Replies Latest reply on Feb 19, 2009 10:19 AM by peterj

    Jboss AS+Portal bundel running on LAN by ip address

    akumarkind

      Hi All

      I have installed Jboss AS+Portal 2.7.1 on linux Fedora7. I am running it by using sh run.sh -b 0.0.0.0. It is accessible by only http://localhost:8080/ but I am not able to access it by http://ip_address:portNo/ either on the same machine or another machine on my LAN.

      Please Help me

      With Regards

      Avanish Kumar

        • 1. Re: Jboss AS+Portal bundel running on LAN by ip address
          peterj

          Look at the console log when you start up the app server. A few lines before the "Started in xxx seconds" message there will be a line that looks like this:

          2008-11-11 15:05:24,548 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

          The IP address mentioned here is the one it is binding on. Make sure it says http-0.0.0.0-800, and not http-127.0.0.1-8080 as in my example.

          If it is showing as 0.0.0.0, then you have firewall issues - make sure that you open port 8080 in your firewall.. And since you are Fedora, you might be running into SELinux issues - you can try disabling SELinux and see if then have access.

          • 2. Re: Jboss AS+Portal bundel running on LAN by ip address
            akumarkind

            Dear Peter J

            When I am disabling SELinux on Fedora .Internet is not working. and problem is not resolved yet. please help me.

            Thanks & Regards
            Avanish Kumar

            • 3. Re: Jboss AS+Portal bundel running on LAN by ip address
              peterj

              What are your firewall settings.

              Also, disabling SELinux should not stop the internet from working.