Java Database Connectivity4.34.24.14.0
Java Database Connectivity
4.3
4.2
4.1
4.0
This feature enables the configuration of DataSources to access Databases from applications. Any database that complies with the JDBC 4.0 specification can be used; customized configuration of many specific providers is included. High performance connection pooling is also provided.
Enabling this feature
To enable the Java Database Connectivity 4.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jdbc-4.0</feature>