![]() |
||
|
Use the settings in the following table to connect ColdFusion MX to JNDI data sources that have been defined for a J2EE application server (multiserver and J2EE configurations only):
Setting |
Description |
---|---|
CF Data Source Name |
The data source name (DSN) used by ColdFusion MX to connect to the data source. |
JNDI Name |
The JNDI location in which the J2EE application server stores the data source. |
Username |
The user name that ColdFusion MX passes to JNDI to connect to JNDI if a ColdFusion application does not supply a user name (for example, in a |
Password |
The password that ColdFusion MX passes to JNDI to connect to the data source if a ColdFusion application does not supply a password (for example, in a |
Description |
(Optional) A description for this connection. |
JNDI Environment Settings |
Specifies additional JNDI environment settings, if required by the JNDI data source. Use comma separated list of name/value pair. For example if you must specify a username and password to connect to JNDI, specify the following:
|
CLOB |
Select to return the entire contents of any CLOB/Text columns in the database for this data source. If not selected, ColdFusion MX retrieves the number of characters specified in the Long Text Buffer setting. |
BLOB |
Select to return the entire contents of any BLOB/Image columns in the database for this data source. If not selected, ColdFusion MX retrieves the number of characters specified in the BLOB Buffer setting. |
LongText Buffer |
The default buffer size; used if Enable Long Text Retrieval (CLOB) is not selected. The default value is |
BLOB Buffer |
The default buffer size; used if the BLOB option is not selected. The default value is |
Allowed SQL |
The SQL operations that can interact with the current data source. |
Note: The ColdFusion MX Administrator does not display the JNDI data source option when running in the server configuration.
|
||
![]() |