Setting the TIBCO MFT Internet Server Environment Variable

After setting the IBM Java security to use the FIPS certified cryptographic security provider, you have to set the TIBCO MFT Internet Server environment variable required by the MFT server.

The setenv.sh file which is located in the MFTIS_Install\server\bin directory, sets environment variables needed by the MFT server. The file should be shown as follows:

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

Procedure
  1. Change the value of the FIPS_MODE parameter to true.

  2. Save the file and start your application server.

TIBCO MFT Internet Server now operates in the FIPS mode.