Configuring the web application server for your JDBC driver
You must configure the web application server before you install Marketing Operations. All major database types support IBM® EMM tables. Select the JDBC driver according to your database type.
Use the following procedure to obtain the correct JDBC driver for your installation of Marketing Operations, and to configure your web application server to use it.
*
If you are installing Marketing Operations on the same machine where you installed Marketing Platform, this task is already complete. Continue to Creating the JDBC connections in the web application server.
1.
You should always use the latest vendor-provided Type 4 driver.
*
If the driver does not exist on the machine where Marketing Operations will be installed, obtain it and copy it to any location on the Marketing Operations machine.
*
The following list provides the driver file name or names for database types supported for IBM® EMM system tables.
DB2® 9.7
DB2® 10.1
sqljdbc4.jar with JDBC3
2.
Include the full path to the driver in the CLASSPATH of the web application server where you plan to deploy Marketing Operations, as follows.
*
For all supported versions of WebLogic, add the jar files to the CLASSPATH variable in DOMAIN_DIR\bin\setDomainEnv.cmd. Yours must be the first entry of the CLASSPATH values to ensure that the web application server uses the correct driver. For example, if you are using SQL Server you might set the path as follows.
set CLASSPATH=c:\SQLDRIVER\sqljdbc.jar;%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%; %POST_CLASSPATH%;%WLP_POST_CLASSPATH%
*
For all supported versions of WebSphere®, set the CLASSPATH in the Administration Console.