...
<geronimo_home>\repository\db2\jars
Note |
---|
The db2\jars directory used in this article is just an example. As Apache Geronimo moves forward and use Maven2 for instance, all the content in the repository will be organized in packages. You may want to consider using a naming like com.ibm.db2 in your testings and future implementations. |
Copy the following files from <sqllib_home>\java to the <geronimo_home>\repository\db2\jars directory.
db2jcc.jar - This is the actual DB2 Universal JDBC Driver jar file.
db2jcc_license_cisuz.jar - This is the DB2 JDBC Driver standard license for Linux, UNIX and Windows servers.
db2jcc_license_cu.jar - This is the DB2 JDBC Driver license for z/OS and iSeries in addition to the standard license.
Rename the files you just copied so Geronimo can recognize them.
...