Stephen Coy [https://community.jboss.org/people/sfcoy] created the discussion
"Re: Configuring JBoss server address" To view the discussion, visit: https://community.jboss.org/message/732013#732013 -------------------------------------------------------------- Using *-b 0.0.0.0* on your server was the correct thing to do. However, on your client PC, you need to point it at the server's address. Therefore, on your server use the ipconfig command to discover it's network address and use this value on the client instead of 127.0.0.1 or localhost. 127.0.0.1 (aka localhost) is a special network address private to every computer which basically references itself. You should not touch the hosts file and attempt to change this because it will break many things. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/732013#732013] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
