Setting the TIBCO MFT Internet Server Environment Variable

The setenv.sh file is located in the MFTIS_Install/server/bin directory. This script sets environment variables needed by the MFT server.

The file should look like the following:

#!/bin/sh
CATALINA_OPTS="-Xms512m -Xmx4096m"
FIPS_MODE="false"

Procedure

  1. Change the value to FIPS_MODE="true".
  2. When you are done, save and exit the file.
  3. Start your application server.