1 Reply Latest reply on Oct 11, 2012 6:03 AM by wdfink

    Can't connect to JBoss without using loopback

    jromeo

      Hi:

       

      I recently installed JBoss 4.3.2-GA on a Linux server, CentOS 5. I have configured it to listen to port 80, and Apache web server is not running. Logged in via Putty on the same server, I can reach the default JBoss home page by issuing either of the following commands:

       

      curl http://localhost

       

      OR

       

      curl http://127.0.0.1

       

      However, I cannot reach it if I issue the following command:

       

      curl http://assigned_ip_address

       

      It has a lone assigned IP address which successfully can be pinged when logged in under the same circumstances. Needless to say, my goal is to reach this page (and my apps) via a web browser, but I'm having trouble. Any suggestions you have would be great. Thanks.