Setting the TIBCO MFT Command Center Environment Variable

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

The setenv.sh file which is located in the MFTCC_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"

Change the value of the FIPS_MODE parameter to true.

Save the file and start your application server. TIBCO MFT Command Center now operates in the FIPS mode.