[jboss-user] [JNDI/Naming/Network] - Re: Global namespace: Client network restriction
jaikiran
do-not-reply at jboss.com
Fri Oct 5 11:11:30 EDT 2007
Slight correction to the code that i posted ( i had missed out passing the props to the InitialContext constructor):
| Hashtable props = new Hashtable();
| props.put(Context.PROVIDER_URL,"jnp://xxx.yyy.zzz.xxx:1099");
| Context ctx = new InitialContext(props);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092059#4092059
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092059
More information about the jboss-user
mailing list