• You can use the custom startup argument -startallinconnectors to start connectors that are not connected to any Event.
• If you need to use several threads on the input queue you must also add the custom keyword UseResponseTimeouts to Platforms > platform name > Logical. See Using custom commands and keywords in the Design Center documentation for more information about how to add custom commands and keywords.The security configuration to add to the HTTPS connector. See the Encryption and authentication documentation for more information about security configurations. The security configuration must be included in a resource set connected to the Platform.The HTTP version to use. Auto means the version is determined by the client.
Example 13 Fax invoicesThe port the connector listens to for HTTP requests. If the Project contains several HTTP(S) connectors, you must select a unique port for each connector. Instead of using several HTTP(S) connectors, you can use one HTTP(S) input connector and different URIs to other types of input connectors. See HTTP Realms tab.Response time-out is disabled by default, and the client is expected to wait until StreamServer has finished processing the data before it receives a response. To enable Response time-out, you must add the custom keyword UseResponseTimeouts to Platforms > platform name > Logical. See Using custom commands and keywords in the Design Center documentation for more information about how to add custom commands and keywords.The client can use an HTTP header field to override this time-out. To enable this, you must use the keyword HTTPResponseTimeOut. With this keyword you can also specify a file to return to the client when the time-out occurs. See Custom HTTP(S) connector settings.If the client does not expect any response from the StreamServer, you should set this time-out to "0". In this case the StreamServer will immediately return "200 OK", and optionally a file using HTTPResponseTimeOut, to inform the client that the request has succeeded.The type of authentication scheme (RFC 2617) to use for password authentication. The authentication scheme you specify here applies to all HTTP realms you specify for the HTTP(S) connector. See HTTP Realms tab.
• None - Do not use authentication.
• Basic - Send authentication parameters as clear text. This is the only scheme supported in HTTP/1.0.
• Digest - Send authentication parameters as a checksum over the network. Requires HTTP/1.1.A file that associates file formats and content-types (RFC 2045). Applies to files in the Publish directory. The StreamServer accepts html, htm, gif, jpg, txt, zip by default. To use other formats, you must specify a publish extension file.Target ContentType CustomHeaderWhere Target is the format to associate with a content type, ContentType is the content type, and CustomHeader is an optional custom header (Name:Value).
Example 14 .pdf application/pdf/qwerty.tbl text/plainLine 1 associates all *.pdf files with content type application/pdf.Line 2 associates the file qwerty.tbl with content type text/plain.Identifies output files stored via a Job Resource output connector. Used if the client expects a response to be presented in a web browser via an ActiveX plug-in. In such a case, the response must be temporarily stored using a Job Resource output connector. See Responding with processed data via a Job Resource connector.
Example 15 /jr
OpenText StreamServe 5.6 | Updated: 2013-03-01 |