Perform the following steps to configure JDBC Data Sources:
- Create a New JDBC Data Source.
- In WebSphere Adminstration Console, go to Resources > JDBC > JDBC providers.
- Select the default scope as Server 1.
Provide the values for creating as shown in the following table:
Field Name
Values
Comments
Database type
User-defined
This option is selected since MySQL option is not provided.
Implementation class name
com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
Name
MySQl
- Click Next.
- Provide the class path on the Class path field and click Next.
- After verifying the changes, click Finish.
- Click Save on the message box.