A Tomcat server is embedded in the SPS. The Tomcat server provides a servlet container and servlet engine.
Follow these steps:
Specifies how the SPS creates Low Level Agent Worker Process (LLAWP) at runtime. The following are the possible values:
Specifies that the Web Agent uses local resources rather than shared operating system resources offered by the LLAWP to operate. No separate LLAWP processes are started in single-process mode. When multiple virtual hosts run, single-process mode results in an increase in the memory footprint of the SPS Java process. This mode is supported only for host servers that run as a single server process.
Specifies that the LLAWP framework spawns a process for every virtual host. As the multiple-process mode uses shared memory, the SPS uses shared operating system resources for logging, caching, and monitoring of multiple web server processes.
Specifies that the SPS must enclose the cookie parameter value in double quotes when the value is not zero. Select no if you do not want the SPS to add double quotes around the cookie value before sending it to the backend.
Specifies the port for the ajp13 connector.
Specifies the local ajp13 host as the local host.
Defines the number of requests waiting in the queue when all possible request processing threads are in use. Any requests received when the queue is filled are refused.
Default: 10
Defines the minimum number of idle threads at any time, waiting for new requests to arrive. This value must be greater than 0.
Default: 10
Defines the maximum number of concurrent connections possible, the pool does not create more connections than this number of threads.
Default: 100
Specifies the maximum time in milliseconds that can elapse between any two packets received from the proxy engine after which the connection between HTTP listener and the proxy engine is dropped. If this value is 0, the SPS waits indefinitely until a response is received.
Default: 0
Specifies the maximum number of times that the worker sends a request to the proxy engine in a communication error.
Default: 2
Defines the maximum time, in seconds, that the idle connections between apache and tomcat over mod-jk remain in the connection pool before timing out. If the value is 0, the connections never timeout.
Default: 0
Defines the maximum packet size in Bytes. The maximum value is 65536.
Default: 8192
Determines the SSL versions supported by the SPS.
Specifies the list of ciphers that can be enabled or disabled. If a cipher is enabled, it is preceded by a + symbol. If a cipher is disabled, it is preceded by a - symbol. If you specify more than one cipher, separate each entry by commas.
Specify the character set for the appropriate locale. The HttpClient application reads this value to determine how to encode the headers to send to the backend server. The following are the possible values:
Specifies the locale uses US English
Specifies the locale uses Japanese, including support for Japanese usernames.
Default: US-ASCII
| Copyright © 2012 CA. All rights reserved. |
|