To integrate 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 domain-dir/lib directory or
copy its class files into the domain-dir/lib/ext directory.
- Restart the domain.
- Make the driver accessible to the system class loader.
- Select Application Server.
- Click the JVM Settings tab.
- 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