JNDI implementation
WAS includes a name server to provide shared access to Java components, and an implementation of the javax.naming
JNDI package, which allows users to access the WAS name server through the JNDI naming interface.
To provide access to LDAP servers, Option 5 of the IBM Developer Kit for Java provides Sun Microsystems Java 2 Software Development Kit (J2SDK), Standard Edition, version 1.3, and contains the following packages:
WAS does not provide implementations for the javax.naming.directory
package and the javax.naming.ldap
package. WAS does not support interfaces defined in the javax.naming.event
package.
WAS's JNDI implementation is based on version 1.2 of the JNDI interface and was tested with version 1.2.1 of the Sun Microsystems JNDI Service Provider Interface (SPI). The default behavior of this implementation should be adequate for most users. However, users with specific requirements can control certain aspects of the JNDI behavior.
See the following topics for information on modifying JNDI behavior:
JNDI caching
This topic describes the caching features and properties, including the effects of the different properties on caching behavior.JNDI helpers and utilities
This topic describes the com.ibm.websphere.naming.JndiHelper class and the Name Space Dump utility.