[jboss-user] [Remoting] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

lofik do-not-reply at jboss.com
Wed Dec 10 07:41:16 EST 2008


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#4195589

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195589



More information about the jboss-user mailing list