[jboss-user] [Remoting] - Don't want to hard code the dynamic IP for @RemoteBindings->

sotong do-not-reply at jboss.com
Mon Feb 26 02:09:24 EST 2007


I'm trying to access a bean over a NAT, but I don't want to hard code the external IP on the beans since the IP is not static... So, I hope there is a solution soon.

my code:
@Stateless
@RemoteBindings({
    @RemoteBinding(clientBindUrl="sslsocket://203.115.204.136:443", jndiBinding="JNLPServicesBean/ssl"),
    @RemoteBinding(jndiBinding="JNLPServicesBean/remote")
 })

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

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



More information about the jboss-user mailing list