Deployment Manual / Version 2107
Table Of Contentscaas.remote.base-url
| |
Type | java.lang.String |
Default | http://localhost:8080/webapp/servlet/service-endpoint |
Description | Base URL to the remote service handler |
caas.remote.http-client-config.connection-pool-size
| |
Type | java.lang.Integer |
Default | 200 |
Description | The maximum total number of connections |
caas.remote.http-client-config.connection-request-timeout
| |
Type | java.lang.Integer |
Default | -1 |
Description | The timeout in milliseconds used when requesting a connection from the connection manager. |
caas.remote.http-client-config.connection-time-to-live-ms
| |
Type | java.lang.Integer |
Default | -1 |
Description | The maximum time to live of a connection. |
caas.remote.http-client-config.connection-timeout
| |
Type | java.lang.Integer |
Default | -1 |
Description | The timeout in milliseconds until a connection is established. |
caas.remote.http-client-config.socket-timeout
| |
Type | java.lang.Integer |
Default | -1 |
Description | The socket timeout in milliseconds. |
caas.remote.http-client-config.trust-all-ssl-certificates
| |
Type | java.lang.Boolean |
Default | false |
Description | Enables a trust all manager for SSL connections. For development use only. |
caas.remote.http-client-config.validate-after-inactivity
| |
Type | java.lang.Integer |
Default | -1 |
Description | The period of inactivity in milliseconds after which connections must be re-validated. |
Table 4.17. Headless Server Remote Properties