[jboss-user] [JNDI/Naming/Network] - Re: weblogic remotely link jndi to jboss problem

PeterJ do-not-reply at jboss.com
Wed Jun 18 16:50:40 EDT 2008


To access JNDI, you will need to include the client/jbossall-client.jar file in your client's classpath. And use this jndi.properties file:

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.provider.url=jnp://hostname:1099
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

No username or password are required, unless you changed the JBossAS configuration to require them.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159100



More information about the jboss-user mailing list