GitHubContribute in GitHub: Open doc issue|Edit online

HTTP Server Connector

A configuration that uses the HTTP EventHandler can be migrated to use the HTTP Server Connector suing the steps provided here.

  1. Set the tcpPort Connector parameter to the value of the Port parameter of the EventHandler.
  2. Leave the backlog Connector parameter empty.
  3. Set the contentType Connector parameter to "text/html".
  4. Set the tcpDataAsProperties Connector parameter to true (the EventHandler always returns the TCP information as properties).
  5. Set the headersAsProperties Connector parameter to the value of the headersAsProperties of the EventHandler.
  6. Set the httpAuth Connector parameter to true, if the EventHandler uses HTTP basic authentication (that is if it has a configured authentication Connector).
  7. If the EventHandler uses HTTP basic authentication, set the authRealm Connector parameter to the value of the authrealm EventHandler parameter. If the authrealm EventHandler parameter is missing or empty, set the authRealm Connector parameter to "IBM-Directory-Integrator".
  8. Set the authConnector Connector parameter to the value of the AuthConnector parameter of the EventHandler.
  9. Set the useSSL Connector parameter to the value of the useSSL parameter of the EventHandler.
  10. Set the needClientAuth Connector to false (the EventHandler does not support SSL client authentication).
  11. Set the msgChunked Connector parameter to false (the EventHandler does not support chunking of HTTP responses).