"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...