Guest User

Untitled

a guest
Oct 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Properties p = new Properties();
  2. p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
  3. p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
  4. p.put(Context.PROVIDER_URL, "127.0.0.1:1099");
Add Comment
Please, Sign In to add comment