Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: Multiple jboss instances with remote access"

To view the discussion, visit: http://community.jboss.org/message/580934#580934

--------------------------------------------------------------
When you use the IP address 0.0.0.0, JBoss AS connects to all IP address on the 
machine, including localhost. Therefore, you will run into port conflicts. Try 
using "-b xxx.xxx.xxx.xxx"  instead, where xxx.xxx.xxx.xxx is the IP address of 
the machine. Note that when you do that you will not have localhost access to 
that server.

The only other possibility is to use different port numbers.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/580934#580934]

Start a new discussion in Beginner's Corner at Community
[http://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

Reply via email to