1 Reply Latest reply on Aug 30, 2007 2:54 PM by iyerji2

    Jboss remote access issues

    rvkishore

      I am tryiing to deploy my application to Jboss 4.2.1 on a linux box.

      I am starting the server with
      run.sh -b xx.xxx.xx.xx

      to bind to the external facing ip address. However when I try to access the site from my browser all I get is a blank page.

      I checked my etc/hosts file and it has the following entries.

      127.0.0.1 localhost
      xx.xx.xx.xx myhost.com

      I even tried starting the server with

      run.sh -b myhost.com

      but no luck, the server is still sending me blank pages. If I try to access the site from the host machine itself everything works fine.

      Any ideas as to what is going wrong.

      Thanks in advance