Tomcat Properties
This table defines the explicit default values provided by RapidIdentity.
Property | Type | Description |
---|---|---|
tomcat.sslPort | integer | The port to use for SSL. Defaults to 8443. |
tomcat.httpPort | integer | The port to use for non-SSL HTTP. Defaults to 8080. |
tomcat.proxyPort | integer | The port to use for the "proxy" connector. Defaults to 8081. |
tomcat.proxyPortEnabled | boolean | Whether the proxy port is enabled. Defaults to true. |
tomcat.redirectPort | integer | The port to redirect to automatically from the httpPort. Defaults to 443. |
tomcat.sessionTimeoutMinutes | integer | The session timeout in minutes. |
tomcat.sslProfile | string | The ID or name of the SSL Profile to use. Defaults to '___default___'. |
tomcat.sslCipherBlacklist | string | Comma-separated list of SSL ciphers to blacklist. Default: a hard-coded out-of-the-box list of ciphers. Available since RapidIdentity 2017.10.5. |