Specifying the JDBC driver

The application server requires a JDBC driver to enable communication with the database. The JDBC driver that you provide to the deployment toolkit depends on the database management system to use with the deployment.

  1. Locate the JDBC driver for your database management system.
    • If you are using Db2®, locate the IBM\SQLLIB\java\db2jcc4.jar file.
    • If you are using SQL Server, download the Microsoft™ JDBC Driver 7.4 for SQL Server archive from https://www.microsoft.com/en-us/download/details.aspx?id=58505. Extract the contents of the download, and locate the sqljdbc_7.4\enu\mssql-jdbc-7.4.1.jre11.jar file.

  2. Copy the relevant driver file for your database management system to the toolkit\configuration\environment\common\jdbc-drivers directory.
    Note: Ensure that the user you use to run the deployment commands has write permissions for the JDBC jar file.