Java Application and Support Files
All the Java JAR files for the application and the required support code are installed in the lib subdirectory. These JAR files must be in the Java classpath for the Documaker Connector to run (either from the command line or as a service). All these files are installed as part of the normal installation process, but the list is provided here for information useful in troubleshooting or customizing the install.
The default logging properties file log4j.xml is installed in the lib folder, with the .jar file listed in this table. Some of the files are 3rd-party libraries which are available via the Internet. For these files, the URL you can use to download the file is provided in case you need it.
Table 2-1 Required Java Library Support Files (JARs)
| Name | URL |
|---|---|
| commons-beanutils.jar | http://commons.apache.org/beanutils/ |
| commons-codec.jar | http://commons.apache.org/codec/ |
| commons-collections.jar | http://commons.apache.org/collections/ |
| commons-dbcp.jar | http://commons.apache.org/dbcp/ |
| httpclient-4.5.13.jar | https://hc.apache.org |
| httpcore-4.4.13.jar | https://hc.apache.org |
| commons-lang.jar | http://commons.apache.org/lang/ |
| commons-logging-1.2.jar | http://commons.apache.org/logging/ |
| commons-net.jar | http://commons.apache.org/net/ |
| commons-pool.jar | http://commons.apache.org/pool/ |
| ddlutils.jar | http://db.apache.org/ddlutils/ |
| jakarta-oro-2.0.8.jar | http://jakarta.apache.org/oro/ |
| reload4j.jar | https://reload4j.qos.ch |
| ojdbc.jar | Oracle JDBC and UCP Downloads page |
| oracle-dmkr-conn-assuresigndestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-batchloadersource.jar | Oracle proprietary file |
| oracle-dmkr-conn-documakersource.jar Oracle proprietary file | Oracle proprietary file |
| oracle-dmkr-conn-documentdatasource.jar | Oracle proprietary file |
| oracle-dmkr-connector.jar | Oracle proprietary file |
| oracle-dmkr-connectorapi.jar | Oracle proprietary file |
| oracle-dmkr-conn-filedestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-fileplusdestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-ftpdestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-ipmdestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-mockdestination.jar | Oracle proprietary file |
| oracle-dmkr-conn-mockperiodicprocess.jar | Oracle proprietary file |
| oracle-dmkr-conn-mockreporter.jar | Oracle proprietary file |
| oracle-dmkr-conn-mocksource.jar | Oracle proprietary file |
| oracle-dmkr-conn-pdfburster.jar | Oracle proprietary file |
| oracle-dmkr-conn-ucmdestination.jar | Oracle proprietary file |
| oracle-dmkr-ezridc.jar | Oracle proprietary file |
| oracle-dmkr-scrambler.jar | Oracle proprietary file |
| oracle.ucm.ridc-11.1.1.jar | Get this file from your UCM installation in the directory: <Middleware Home>\<ECM Home>\ucm\Distribution\RIDC |
In addition to the jar files supplied with the application, you will need the appropriate JAR file sfor the database client and place them in the classpath. These files are not included in the installation with the exception of the Oracle JDBC Thin client JAR file(s).
Table 2-2 JDBC Library Support Files (JARs)
| Database | JAR file |
|---|---|
| Oracle | ojdbc.jar (included with the application) |
| IBM DB2 LUW | db2jcc.jar |
| MySQL | mysql-connector-java-8-bin.jar |
| Microsoft SQL Server | sqljdbc.jar |