Hello, it works for JBoss 4.2.2 GA, but now I try move to JBoss 5.0.0.GA and it is not
work. On JBoss 5.0.0.GA it work only with hardcoded IP like this
| @RemoteBinding(clientBindUrl = "socket://127.0.0.1:5400/?loaderport=5401")
|
but if I set clientBindUrl to 0.0.0.0 it is don't work
| @RemoteBinding(clientBindUrl = "socket://0.0.0.0:5400/?loaderport=5401")
|
Anybody know what I have to do to make it work with not hardcoded IP?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195589#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...