To Integrate a JDBC Driver
A driver supporting the JDBC API (JDBC driver) translates the JDBC calls of
an application into the protocol of the database server.
- To integrate the JDBC driver into an administrative domain, do either of the
following:
- Make the driver accessible to the common class loader.
- Copy the JAR and ZIP files of the driver into the domain-dir/lib
directory; or copy the class files into the domain-dir/lib/ext directory.
- Restart the domain.
- Make the driver accessible to the system class loader.
- In the navigation tree, select the Application Server node.
The General Information page opens.
- On the General Information page, select the JVM Settings tab.
The JVM General Settings page opens.
- On the JVM General Settings page, select the Path Settings tab.
- In the Classpath Suffix field, type the fully qualified path name for the
JAR file of the driver.
- Click Save.
- Restart the server.
See Also