Default value: none.
File: configuration file.
Context: Connection.
Parameter defines JNDI name (in "jndi:<dataSourceName>" formath ) of externally defined DataSource that can be used by DODS to establish connection to database.
This parameter is used by DODS only if ConnectionAllocator parameter is set to:
1.) "com.lutris.appserver.server.sql.datasource.DataSourceConnectionAllocator", or
2.)"com.lutris.appserver.server.sql.datasource.SimpleDataSourceConnectionAllocator"
Example:
DatabaseManager.DB.<database_id>.Connection.DataSourceName = jndi:<DataSourceName>
See section called "Using DODS with javax.sql.DataSource" and reference for "ConnectionAllocator" parameter.