+

Search Tips   |   Advanced Search

JNDI support in WAS

WAS a name server to provide shared access to Java components, and an implementation of the javax.naming JNDI package which supports user access to the name server through the JNDI naming interface. WAS does not provide implementations for:

To provide access to LDAP servers, the development kit shipped with WAS supports the implementation of:

The WAS JNDI implementation is based on the JNDI interface, and was tested with the JNDI Service Provider Interface (SPI). The default behavior of this JNDI implementation is adequate for most users. Users with specific requirements can control certain aspects of JNDI behavior.


Related:

  • Naming
  • Use naming