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

twiedenmann do-not-reply at jboss.com
Mon May 5 05:14:45 EDT 2008


Hello,

I just had the same problem.

Try to set the clientBindUrl to 0.0.0.0 - this works for me (JBoss 4.2.2 GA on Windows Vista).

Here the code:
@Stateless
@RemoteBinding( clientBindUrl="https://0.0.0.0:8443/servlet-invoker/SSLServerInvokerServlet",
jndiBinding = "tw/xxx"
)
@Remote(Calculator.class)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148591#4148591

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



More information about the jboss-user mailing list