1 Reply Latest reply on Jun 18, 2008 4:50 PM by peterj

    weblogic remotely link jndi to jboss problem

    mr.lancewang

      Hi all,
      How to remotely access jndi on jboss, what's the username and password and where to set them up?

      do you have demo, example?

        • 1. Re: weblogic remotely link jndi to jboss problem
          peterj

          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.