The following table lists the available configuration options, acceptable values, and descriptions of the settings in the Agentry set of properties found in the SAP Control Center. These settings are also those found in the [Web Server Front End] section of the Agentry.ini file. The settings in this section apply only to Web Client functionality. They will have no affect on the Agentry Server’s behavior if this client type is not in use.
Configuration Setting | Acceptable Values | Description |
---|---|---|
listenOn | Valid port number. Default: see description | This setting specifies the port number upon which the Server will listen for requests from web browser clients. The default for unsecured traffic is port 80 and 443 for SSL encrypted traffic. This may be changed to any valid and open port number. It should not be the same as any other port number used by the Server for other client-server communications. |
permitGetCGI | Boolean value of “true” or “false.” Default: true | This setting specifies whether or not the Server should accept GET CGI requests from web browser clients. |
debug | Boolean value of “true” or “false.” Default: false | This setting controls whether or not the log file for web client communications i generated. |
xslDirectory | Valid folder or path. Default: xsl | This setting contains the name of the folder where the XSL files served to browser clients are stored. This is relative to the Server’s installation folder. |
resourceDirectory | Valid folder or path. Default: resource | This setting contains the location of the folder where the resources for the web pages served to the browser clients are stored. This location is relative to the Server’s installation folder. |
authenticationCertificateStore | Valid location of authentication certificate. Default: AgentryServer.pfx | This setting references the authentication certificate provided to browser clients by the Server. The default certificate file is a self-signed certificate provided by with the Server installation. |
authenticationCertificateStorePassword | Valid password for authentication certificate. Default: Syclo | This setting is the password value needed to access the authentication certificate referenced in authenticationCertificateStore. This value is changed when a different certificate is used that has a different password value. |
authenticationCertificateStorePasswordEncoded | Boolean value of “true” or “false.” Default: false | This setting specifies whether or not the password referenced in authenticationCertificateStorePassword has been encoded by the quick password encoder utility. This setting should not be changed manually. It will be set to the proper value by the encoder utility when run. |