It's not the jboss-remoting.jar itself, but the command line to start jboss that
caused the above problem. Problem was resolved by adding -Dremoting.bind_by_host=false,
like this:
sh run.sh -b 172.30.2.180 -Djboss.bind.address=0.0.0.0 -Dremoting.bind_by_host=false.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...