• You can use the custom startup argument -startallinconnectors to start connectors that are not connected to any Event.
• To use several threads on the input queue you must add the custom command UseResponseTimeouts to the Logical platform access point . See Using custom commands and keywords in the Design Center documentation for more information.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 21 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.
Note: Response time-out is disabled by default, and the client receives the response when StreamServer has finished processing the job. To enable Response time-out, you must add the custom command UseResponseTimeouts to the Logical platform access point.
• If the client expects StreamServer output in the response, this time-out must be large enough to cover the processing by, and delivery from, StreamServer. You can also remove UseResponseTimeouts to disable the time-out.The response-timeout can also be set by the client using an HTTP header field. To enable this, you must add the custom command UseResponseTimeouts to the Logical platform access point and the custom command HTTPResponseTimeOut (see Custom HTTP(S) connector settings) to the Logical connector access point. For example, if the client uses the header field x-timeout to set the response time-out, you can use the following HTTPResponseTimeOut command to enable the client to set the time-out:HTTPResponseTimeOut "x-timeout" "" "" END;
Note: This will override the Response time-out set on the HTTP(S) input connector.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 22 .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 23 /jr
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |