Define and configure the Intelligent Management properties to modify the Intelligent Management capabilities of the web server.
Name | Value | Description |
---|---|---|
DefaultRequestTraceSpec | Any valid trace specification. For example: http.request:DEBUG Default value: NOTICE |
Use this custom property to trace individual requests, if none of the per-request conditional trace rules matches those requests. If this custom property is set, every request that does not match a trace rule condition is traced with this specification. If this custom property is not set, the requests are traced based on the overall control or HTTP specification. For more information about the trace setting hierarchy, read about configuring trace on the web server plug-in. |
MaxElapsedTimePerRequestInSeconds | Seconds Default value: There is no time limit |
Use this custom property to specify the amount of time in seconds Intelligent Management will try to find an end point for a request once it arrives. After this specified time, it will stop finding an end point and return. |
MaxHttpContextPoolSize | Maximum number of HTTP request contexts to be
pooled or cached. Default value: -1 (unlimited) |
This property is the maximum number of HTTP request contexts, which are pooled or cached. If the value is -1, there is no limit; otherwise, the pool size is limited. When the number of concurrent requests for a single Apache process exceeds this limit, contexts are disposed off rather than returned to the pool. Large amounts of pooled HTTP requests limits the amount of memory that is used, and decreases performance during a burst of concurrent requests. |
MaxSecondsToWaitDuringAtomicRollout | Seconds Default value: 3 seconds |
This property is the maximum number of seconds that a single request can wait when it routs to an application during an atomic rollout. By allowing a request to wait, it returns successfully rather than returning with a service not available error response (for example, HTTP 503 error code). |