Install Java
Note: Tomcat requires a full Java SDK installed on the server. Tomcat will NOT function properly with just a JRE.
- Install the SDK from the Relayer installation kit on the Content Server machine.
- Ensure the JAVA_HOME environment system variable is correctly set to point to the top-level folder where the SDK is installed.
For example:
JAVA_HOME C:\j2sdk1.4.2_04
Note: To navigate to the JAVA_HOME environment system variable, open the Windows Control Panel, select System, click on the Advanced tab, and click the Environment Variables button.
|