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
The
setenv.sh file which is located in the
#!/bin/sh CATALINA_OPTS="-Xms512m -Xmx4096m" FIPS_MODE="false"
Procedure
-
Change the value of the FIPS_MODE parameter to true.
-
Save the file and start your application server.