JNDI Browser FAQs

General

Web Based JNDI Browser on...

Web Based JNDI Browser : issues

Swing Based JNDI Browser with...

Swing Based JNDI Browser : issues

General

What is JNDI ?

JNDI is for Java Naming & Directory Interface. It is an API dedicated to the access to naming or directory structure containing data. For more information, go here.

What can I do with this browser ?

This tool allows the developper and the administrator of a J2EE Server to view the JNDI space of this server.

How do I use it ?

If you want to use the Web-based version, deploy it into a J2EE Server. It must be a J2EE 1.3 compliant Application Server and must provide a JNDI naming service inside it. See application servers FAQ for more details.

If you want to use the Swing-based version, the . See application servers FAQ for more details.

Web Based JNDI Browser on...

JBoss Server 3.x

It is pretty simple : put the jndi.browser.war file into the deploy directory. That's it.

WebLogic Server 7.0

Well, this server has not been tested, but feedback is welcomed.

Another application server

Well, feeback is welcomed if you don't see your favorite server here.

Web Based JNDI Browser : issues

What do I do if I have a question ?

Post it in the mailing list. You can subscribe here

Swing Based JNDI Browser with...

JBoss Server 3.x

Copy the jbossall-client.jar (from JBOSS_HOME/client) and the jboss-jmx.jar (from JBOSS_HOME/lib) into the lib/ext directory of the JNDI Browser and launch the browser.

If you are using a JDK1.3, copy the jnet.jar, jcert.jar and jsse.jar (from JBOSS_HOME/client) into the lib/ext directory of the JNDI Browser and launch the browser.

WebLogic Server 7.0

This server has not been fully tested. The main issue is about the protocol to use.

If you want to use it, copy the weblogic.jar (from BEA_HOME/weblogic700/server/lib) into the lib/ext directory of the JNDI Browser and launch the browser.

Another application server.

Well, feeback is welcomed if you don't see your favorite server here.

Swing Based JNDI Browser : issues

When I want to send a text message on a Queue, it does nothing !

You have to select the right ConnectionFactory through the Options menu.