0 Replies Latest reply on Jun 4, 2006 7:26 PM by niki600

    running JBoss AS on different machine

    niki600

      I have made an .ear and I want to run client application on the one machine and the JBoss AS on the another.
      My client machine is called ubuntu with address 192.168.0.4
      and laptop on which I want to run JBoss AS has an address 192.168.0.5
      Also on the laptop I have installed Postgres server.
      I know that I have to set up jndi.properties which must point on the IP address of the machine where exists JBoss AS.But how to force JBoss AS to not listen on the localhost address and to listen on the ethernet address in my case
      is 192.168.0.5.How to set up /etc/hosts ?
      If someone could help me I would be gratefull.