Service Configuration Parameters
The parameters in this section configure the service port, which provides service status information.
You must enable the service port by specifying the ServicePort configuration parameter, and you must configure authorization roles to determine which users can send service requests (see Authorization Roles Configuration Parameters). The service port then accepts the standard status and control actions described in Service Actions.
| Parameter | Description |
|---|---|
| Access-Control-Allow-Origin | A list of URLs that you want to use to access the Knowledge Discovery Admin interface. |
| FIPSMode | Enables FIPS-compliant cryptographic modules. |
| LogGSSFailures | Enables logging for GSS authentication failures. |
| RequireGSSAuth | Enables GSSAPI authentication mode on the service port. |
| ServiceHost | The host server on which the service is running. |
| ServicePort | The port to listen on, for service status and control requests. |
| SSLConfig | The name of a section in the configuration file that contains the service port SSL configuration. |
| TCPReceiveWindowSize | The TCP receive window size to use when the service receives data (in bytes). |
| XSLTemplates | Enables the transformation of service action responses using XSL templates. |