Provide a Web Application Server

Provide a web application server on a separate machine from your FME Flow installation.

FME Flow supports Apache Tomcat version 9.0.x. On Windows, we recommend running the web application server on the same version of the Java Runtime Environment as FME Flow runs. To determine this version, use a text editor to open file release in <FMEFlowDir>\Utilities\jre.

The following are not supported:

  • Apache Tomcat version 10.x.
  • Java Runtime Environment 9, 16, 18 or later.
Note  On Linux, you must add the following environment variable to etc/environment:

JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"

You must know the port number on which your web application server receives incoming requests and the path to the directory where your web application server stores web application .war files. (This directory is normally called webapps.)

Additionally, you must allow the necessary system accounts permission to run the web application server. For more information, see Directory and Account Permissions.