Transfer Server Properties File

You can use the Reflection Transfer Server properties file to modify the configurable settings listed below. It is located in the Reflection Gateway installation folder in the TransferServer\conf subfolder. The default location is:

C:\Program Files\Micro Focus\ReflectionGateway\TransferServer\conf

NOTE:

  • You must restart the server after editing container.properties for your changes to take effect.

  • A backup file, container.properties.example, in the same folder provides a copy of the original default settings.

servletengine.ssl.port

The HTTPS port used to connect to the Transfer Client. The default is 9492.

servletengine.ssl.updateInterval

The interval in seconds for how often the Transfer Server checks for changes to authentication settings made in Gateway Administrator and queries Gateway Administrator for PKI Services Manager trust anchors. The default is 60.

Certificate settings

For more information about changing the server certificate, see Replace the Default Server Certificate.

servletengine.ssl.keystore

The path to the keystore that contains the server certificate and private key. The path must be specified using forward slashes or escaped backslashes. For example:

  • C:/pathto/keystore

  • C:\\pathto\\keystore

  • You can specify a relative or absolute path. The default is ../etc/mycert.jks.

servletengine.ssl.keystoretype

The file type of the keystore that contains the server certificate and private key. Supported values are JCEKS for a Java keystore, and PKCS12 for a PKCS#12 file. The default is JCEKS.

servletengine.ssl.keystorepassword

The password that protects the keystore that contains the server certificate and private key.

sftp.hostname

The hostname used by the Transfer Client to connect to the Reflection Secure Shell Proxy.

sftp.port

The port used by the Transfer Client to connect to the Reflection Secure Shell Proxy Server. The default is 22.