Provides detailed information on configuring a JNDI Directory Server as an External
Resource.
Basic
The following properties must be configured for a JNDI Directory Server
using the
Basic tab:
| Property |
Description |
| Initial Context Factory |
Defines the name of the initial context factory you want to use. |
| URL |
Defines the URL you want to use to connect to the directory service. |
| Principle |
Defines the root distinguished name for the directory service. |
| Credentials |
Specifies the password for the directory service. |
| Referrals |
- follow: the entry will be looked for directly.
- ignore: the entry is not looked for.
- throw: you must catch and manage any exceptions.
|
The following properties must be configured for a JNDI Directory Server
using the
Properties tab:
| Property |
Description |
| Properties |
Define any name/value pair properties that need to be passed to the directory service. |
The following properties must be configured for a JNDI Directory Server
using the
Runtime tab:
| Property |
Description |
| Maximum Pool Size |
Determines the maximum number of connections that can be created within
the connection pool. |
| Maximum Connections Per User |
Determines the maximum number of connections that can be created per user. |
| Connection Idle Time (minutes) |
Specifies the maximum time, in minutes, that a connection can remain
idle before it is closed automatically. |
| Minimum Pool Size |
Determines the minimum number of connections that can be created within a connection pool. |