Why are you setting jboss.bind.address and java.rmi.server.hostname instead of passing
"-b 0.0.0.0" which should set both?
As long as you set java.rmi.server.hostname to something other than 0.0.0.0, RMI
connections will be accepted only on the IP address specified (that is, if you say
127.0.0.1, then only localhost can connect, etc.)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269052#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...