Integrating a JDBC Driver
A JDBC driver translates an application’s JDBC calls 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 driver’s JAR and ZIP files into the install_dir
/domains/
domain_dir/lib
directory or copy its class files into the install_dir/domains/
domain_dir/lib/ext
directory.
- Restart the domain.
- Make the driver accessible to the system class loader.
- In the Admin Console’s tree view, select Configurations.
- Select the desired configuration (for example, default-config).
- Select JVM Settings.
- On the JVM Settings page, click the Path Settings tab.
- In the Classpath Suffix field, enter the fully-qualified path name for the driver’s JAR file.
- Click Save.
- Restart the server.
See Also:
Legal Notices