JBoss, starting in 4.2, for security reasons will now bind to localhost 
(127.0.0.1) by default.  In Linux especially, some changes might have to be 
made to open up the bindings to listen on other IPs (either internal or 
external).

This is done via the -b switch to run.bat/run.sh.  Like:

$JBOSS_HOME/bin/run.sh -b 192.168.10.14 

...if your machine has an internal IP of 192.168.10.14 and only needs to be 
accessed from within the network.  If you're accessing from outside the network 
on one IP alone, use the external IP.  If you need to access from many IPs and 
want JBoss to bind to all available, use 0.0.0.0

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052896#4052896

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052896
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to