Table of Contents

Search

  1. Preface
  2. Introduction
  3. Pre-Installation Notes
  4. Installation and Configuration
  5. Initial Configuration
  6. Enable Transport Layer Security version 1.3
  7. Customizing Installation Settings
  8. Product Administration
  9. Upgrade Overview
  10. Active-Passive: Backups and Replication
  11. Active-Active: Clustering and Automatic Failover
  12. Uninstalling Managed File Transfer

Informatica Managed File Transfer Installation Guide

Informatica Managed File Transfer Installation Guide

Disabling HTTP or HTTPS Connectors

Disabling HTTP or HTTPS Connectors

Managed File Transfer
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. 
  1. Stop the
    Managed File Transfer
    server (if it is running).
  2. Open the configuration file [Install_Dir]/tomcat/conf/server.xml, where [Install_Dir] is the installation directory for
    Managed File Transfer
    .
  3. Locate the following XML code:
  4. 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.
  5. 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.
  6. If installing to IBM JVM (e.g. IBM i), then set the algorithm=“IbmX509”
  7. Save the configuration file.
  8. 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" /> -->

0 COMMENTS

We’d like to hear from you!