i am not able to find the solution for the problem i mentioned
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916581#3916581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916581
--
::I am trying to lookup JBoss ports through this client Program:::
env.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory\
");
env.put(Context.PROVIDER_URL,"jnp://localhost:1199");
env.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interface");
Context ct