Installing and configuring Tomcat

Install and configure a Tomcat Server on which the eperi sEcure Platform will be deployed.

About this task

Note: The following procedure describes the installation under Ubuntu 16.04. and RHEL

Procedure

  1. Connect to the target server using your preferred ssh tool (e.g. putty) and log in.
  2. Become the root user:
    sudo su -
  3. Install the Java 11 runtime (e.g. the OpenJDK 11 JRE):
    For Ubuntu:
    add-apt-repository ppa:openjdk-r/ppa
    apt update
    apt install openjdk-11-jre
    For RHEL:
    dnf install java-11-openjdk.x86_64
  4. Download and install Tomcat 9 as described here: https://tomcat.apache.org/tomcat-9.0-doc/RUNNING.txt

Results

The Tomcat Server is installed and running on your system.

What to do next

If you want to install eperi sEcure Platform release 3.18.2 or higher, continue with Setting security related HTTP Response headers. Otherwise continue with Deploying eperi sEcure Platform on Tomcat.