Is this on the server's side only?
Then you can use your own ip. i.e. ${bind.address}
| p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
| p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
| p.put(Context.PROVIDER_URL, System.getProperty("bind.address") +
":1100"); // HA-JNDI port.
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245480#4245480
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245480
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user