Requirements
...
- Download the version of Tomcat Core built for your environment from this link: http://tomcat.apache.org/download-80.cgi#8.5.6
- Install a supported version of the JDK following the install procedures provided with the JDK
- Set the JAVA_HOME variable to the location the JDK was installed to
- Extract Tomcat to a folder where it will reside and run from.
...
- Extract zip files in flat structure using unzip -j (works on Windows and UNIX)
- cd <tomcat lib folder>
- unzip -j <path to temp folder>/adf-essentials.zip
- unzip -j <path to temp folder>/adf-essentials-client-ear.zip
- You should see a large number of jars now in the tomcat/lib folder.
- Extract zip files in flat structure using unzip -j (works on Windows and UNIX)
- Download the following jars and place them in tomcat/lib as well please.
- FDLogFormatter.jar is found in the zip file with the FlexDeploy war. Please put in the tomcat/lib folder as well.
Configure Data Source
- Open context.xml for editing. It is located in the conf folder where you extracted Tomcat.
- Add the following text, changing <password for fd_admin> to the actual password.
...