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, expand the Configuration node.
- Under the Configuration node, select the JVM Settings node.
The JVM General Settings page opens.
- On the JVM General Settings page, click 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