"ssjboss" wrote : 
  | 
  |   |     //InitialContext ic = getInitialContext();
  |   |         Properties props = new Properties();
  |   |                 
props.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
  |   |                 props.setProperty("java.naming.factory.url.pkgs", 
"org.jboss.naming");
  |   |                 props.setProperty("java.naming.provider.url", 
"jnp://localhost:1099");
  |   | 
  | 

you still points to localhost.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146500#4146500

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146500
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to