6 Configuring Enterprise Data Quality with Apache Tomcat
Note:
These instructions apply to Apache Tomcat environments only. If you are using Oracle WebLogic Server, you must follow the directions in Configuring Enterprise Data Quality with Oracle WebLogic Server
This chapter includes the following sections:
Prerequisites for these Procedures
Before performing the procedures in this section, you must first read and satisfy the steps in:
Creating the EDQ Database Objects
EDQ requires two database accounts and two schemas. The first schema contains configuration data and the second contains results data. These objects must be created in the database that you installed as the EDQ repository in Installing the Required External Software Components.
Creating Directories for Use With Tomcat Application Server
Create two empty directories to contain your EDQ configuration files. For example:
On Linux and UNIX operating systems:
/opt/edqconfig/oedqhome
/opt/edqconfig/oedqlocalhome
On the Windows operating system:
C:\edqconfig\oedqhome
C:\edqconfig\oedqlocalhome
The first directory (oedqhome
) is the base configuration directory
and will contain the configuration files that should not be
changed post-installation. The second directory
(oedqlocalhome
) is the local
configuration directory and will contain any custom settings
that you create. Ensure that your application server user has
read and write access to the two directories you create.
Configuring EDQ to work with Tomcat Application Server
Follow these steps to run the EDQ Configuration Application (configapp
) to configure EDQ to work with Apache Tomcat and to populate the repository schemas with the required EDQ objects.
Note:
These instructions assume you have created the required database schemas as directed in Installing the Required External Software Components
To start the EDQ Configuration Application, follow these steps:
-
Log in to the system as your EDQ installation user.
-
Go to your
FMW_HOME
/edq/oracle.edq
directory. -
Start the Configuration Application by entering the following command:
java -jar configapp.jar
The EDQ Configuration Application is displayed.
Use Table 6-1 to configure EDQ:
Table 6-1 Running the EDQ Configuration Application
Screen | Action to Perform |
---|---|
EDQ Configuration Application Completion |
Click Begin to proceed with the configuration. You may cancel the installation at any time by clicking Cancel. |
Configuration Directory |
Specify the two empty directories that you created in Creating Directories for Use With Tomcat Application Server to contain your EDQ configuration files. Click Next to continue. |
Functional Packs |
Select the functional packs you want and are licensed to use. Click Next to continue. |
Configure the Configuration Schema |
From the Selection Type list, select the correct option for the configuration schema that you created in Creating the EDQ Database Objects.
Enter the user name and password for the configuration schema. Select the option for the type of database. Enter the host name of the system that contains the database, its port number, and the database unique id. ( For Oracle the unique id is the Ensure that you configured the connection to the database correctly by clicking Test. Click Next to continue. |
Configure the Results Schema |
From the Selection Type list, select the correct option for the results schema that you created in Creating the EDQ Database Objects.
Enter the user name and password for the results schema. Select the option for the type of database. Enter the host name of the system that contains the database, its port number, and the database unique id. ( For Oracle the unique id is the Ensure that you have configured the connection to the database correctly by clicking Test. Click Next to continue. |
Selected Options |
Review the summary of your selections. Use Back to modify any of your selections. Click Finish to complete the configuration and continue. |
EDQ Configuration Application Completion |
Click Done to exit the installation program. |
Verifying EDQ Functional Packs
You can verify which EDQ functional packs have been installed by using the EDQ Configuration Application as described in Configuring EDQ to work with Tomcat Application Server Additionally, you should be aware of the following:
-
All Functional Packs are needed if you want to use the full capabilities of the EDQ Customer Data Services Pack on your EDQ server, such as for integration with Siebel Customer Relationship Management or Universal Customer Master.
-
All Functional Packs are needed if you want to install Oracle Watchlist Screening on your EDQ server.