A reverse proxy handler
Attribute | Value |
---|---|
Default Value | 10 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 30 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
connections-per-thread | INT | false | true | 10 | The number of connections that will be maintained to backend servers, per IO thread. Defaults to 10. |
session-cookie-names | STRING | false | true | JSESSIONID | Comma separated list of session cookie names. Generally this will just be JSESSIONID. |
problem-server-retry | INT | false | true | 30 | Time in seconds to wait before attempting to reconnect to a server that is down |