Running under IBM JVM |
Top Previous Next |
For systems configured to run using the IBM JVM it is necessary to make some changes to various configuration files in order to instruct the JVM on what security provider and encryption algorithm to use for starting up the JSCAPE MFT Server Service. Using a text editor, update the following files relative to the installation directory as follows.
ssl.cfg
algorithm=IbmX509 provider=IBMJSSE2
webapp/filetransfer/META-INF/Owasp.CsrfGuard.properties
org.owasp.csrfguard.PRNG=IBMSecureRandom org.owasp.csrfguard.PRNG.Provider=IBMJCE
webapp/management/META-INF/Owasp.CsrfGuard.properties
org.owasp.csrfguard.PRNG=IBMSecureRandom org.owasp.csrfguard.PRNG.Provider=IBMJCE
Upon saving changes to these files restart the JSCAPE MFT Server Service so the changes may take effect.
|