Java Naming and Directory Interface1.0
Java Naming and Directory Interface
1.0
This feature enables the use of Java Naming and Directory Interface (JNDI) to access server configured resources such as DataSources or JMS Connection Factories. It also allows access to Java primitives configured in the server as a jndiEntry.
Enabling this feature
To enable the Java Naming and Directory Interface 1.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jndi-1.0</feature>