1 Reply Latest reply on Apr 25, 2006 9:49 AM by er_benji

    Web application visibility

    er_benji

      Hi,

      I cannot access to web applications outside of my machine but from a web browser located in the same machine of the jboss(tomcat) it works correctly.

      Does anybody knows why it can be?

      Cheers,
      Benji.

        • 1. Re: Web application visibility
          er_benji

          Hi,

          i've solved it changing the server.xml file:

          <Engine name="jboss.web" defaultHost="localhost">

          instead of:

          <Engine name="jboss.web" defaultHost="public">

          where localhost is the name of the virtual host.

          Cheers,
          Benji.