HTTP Server

Prev Next

The HTTP server connector is used to accept HTTP connections, such as to merge the output of two chains into a single chain. When merging outputs, the URL parameter must match the URL from the HTTP output connector.

Param name

Mandatory

Description

URL

Yes

Output URL of the chain.

Example XML:

<HttpServerInputConnector>
       <DeadAirTimeout>0</DeadAirTimeout>
       <Relays>
         <LogFileRelay>
           <FilesToKeep>30</FilesToKeep>
         </LogFileRelay>
       </Relays>
       <Url>http://localhost:777/stwcue/metadata/</Url>
</HttpServerInputConnector>