[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

ALRubinger do-not-reply at jboss.com
Sun Jun 10 09:26:56 EDT 2007


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



More information about the jboss-user mailing list