Table of Contents
This appendix provides examples of configuring data sources of major database vendors.
Configurations of the following JDBC data sources are shown in the examples of this appendix.
Oracle Thin
Oracle OCI
DB2 Type4(JCC)
DB2 Type2(JCC)
Sybase jConnect 5.x, 6.x
MSSQL 2005 Type4
Informix Type4
Tibero Type4
MySQL 5.x Type4
This appendix can be used to configure data sources in WebAdmin. Refer to "6.4. Data Source Configuration" for information about how to configure a data source in WebAdmin.
The following screenshots show how to configure an Oracle Thin connection pool data source in WebAdmin.
To use the Oracle OCI driver, configure the driver's native library path by using the '-Djava.library.path' option when starting JEUS.
The following screenshots show how to configure a DB2 Type4 connection pool data source in WebAdmin.
The following screenshots show how to configure a DB2 Type4 XA data source.
To use a DB2 Type 2 driver, configure the native library path of the DB2 client in the system library path, or use the '-Djava.library.path' option when starting JEUS after installing the DB2 client and configuring the DB Alias. The following example shows that the database name is the DB Alias, and the server address and port number of DB2 are not needed.
The following screenshots show how to configure a Sybase jConnect 5.x connection pool data source in WebAdmin.
The following screenshots show how to configure an MSSQL 2005 connection pool in WebAdmin.
ODBC must be configured before configuring JDBC.
The following screenshots show how to configure a MySQL Connector/J connection pool data source in WebAdmin.