[jboss-user] [JNDI/Naming/Network] - Re: The lookup call of context get stuck if the port no is 1
jaikiran
do-not-reply at jboss.com
Fri Nov 2 00:39:31 EDT 2007
anonymous wrote : String providerUrl = "jnp://10.10.10.121:1098";
You have to use port 1099 for JNDI lookup:
String providerUrl = "jnp://10.10.10.121:1099";
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101146#4101146
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101146
More information about the jboss-user
mailing list