Thank you for your answer.
I'd like to use DB2 database, so I read the manual, but I can not understand which xml file must be updated for DB2 driver.
Could you please tell me the file path and file name of the following database configuration file, and value for the IBM DB2 ?
————————————————————————
Example database configuration:
<property name="jdbcUrl" value="jdbc:db2://127.0.0.1:50000/SAMPLE" />
<property name="jdbcDriver" value="com.ibm.db2.jcc.DB2Driver" /> <—- is this value right?
<property name="jdbcUsername" value="db2admin" />
<property name="jdbcPassword" value="db2admin" />
————————————————————-
best regards,
Masato