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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to