1 Reply Latest reply on Nov 28, 2007 9:23 AM by jaikiran

    JBoss server configuration

    pi4630

      Hi there,

      I am new to JBoss.
      I have successfully deployed an .ear on a JBoss 4.2.2 machine. Whenever I enter http://localhost:8080/applicationName, I can see that the application is running.
      The application is installed on a machine having a static IP inside a domain; now I would like to make that application visible to others. The name of the machine is inside the local DNS and I can ping the machine successfully. However, I can't use http://machineName/applicationName, only http://localhost:8080/applicationName will work.
      So here's my question: Are there any particular configuration files with JBoss where I need to tell JBoss to use the machineName rather than localhost?

      JBoss is running on RH Enterprise Linux .

      tia