ODS Setup
- Create a directory on the Web-logic server to store various configuration files for ODS(i.e., /opt/oracle/ods/ or C:\oracle\ods).
- Create sub directories inside the directory from Step 1 called conf, libs and war.
- Copy ODSJava-weblogic.war file from the ODS distribution zip file into the war sub directory and rename to ODSJava.war
- Copy the following files from the properties files directory into the conf directory:
ods.properties
- Copy the following files from the ext jars directory into the libs directory:
commons-logging-1.2.jar
- Use a text editor to open the ODS.properties file that you just copied to the server. The ODS.properties file contains properties for Oracle, SQL Server and DB2 database types, with the Oracle settings active by default. The inactive settings are commented out with a '#' character at the start of each line. To change a setting, remove the '#' from the required property setting, and insert it at the beginning of the setting you want to De-activate.
Note: (For Release v1.0.0.0 supports only ORACLE stack).