is initially configured to support both HTTP and HTTPS (SSL) connectors for its browser-based Administrator. If you want to disable one of these connectors, then follow the instructions below.
Stop the
Managed File Transfer
server (if it is running).
Open the configuration file [Install_Dir]/tomcat/conf/server.xml, where [Install_Dir] is the installation directory for
Managed File Transfer
.
Locate the following XML code:
If you do not want to use the HTTP (only use HTTPS) connector, then delete or comment out the line of code illustrated in blue.
If you do not want to use the HTTPS (only use HTTP) connector, then delete or comment out the lines of code illustrated in green.
If installing to IBM JVM (e.g. IBM i), then set the algorithm=“IbmX509”
Save the configuration file.
Start the
Managed File Transfer
server.
To comment out XML code, enclose the code with the following indicators: <!-- to begin the comment
--
to end the comment Example: <!-- <Connector port="8000" /> -->