Modifying MBean attributes in the Site Configuration window
You can modify some MBean attributes for HCL Compass Web server by using the Web Server Options page of the Site Configuration window.
The HCL Compass Web server MBean attributes have default values that are suitable for most deployments. As you use HCL Compass Web, you might want to modify some of the options in the MBeans to fine-tune performance. For example, some environments allow for higher thresholds and longer run times for backend processes, so these processes might require less frequent recycling.
MBean attribute | Description |
---|---|
Session timeout | The amount of time, in seconds, that a user session exists before it times out. |
Server work thread count | The number of worker threads that each HCL Compass RPC server uses to handle requests. |
Active HTTP session threshold | The number of sessions a single HCL Compass RPC server can handle. When this threshold is exceeded, a new HCL Compass RPC server is created to handle requests. |
Maximum active servers | The maximum number of HCL Compass RPC servers allowed. |
Recycle server HTTP session limit | The maximum number of sessions the HCL Compass RPC server can handle before it is recycled. |
Recycle server lifetime limit | The maximum lifetime, in seconds, of a HCL Compass RPC server before it is recycled. |
Recycle server ONC RPC call limit | The maximum number of ONC RPC requests that a backend HCL Compass RPC server can process before it is recycled. |
Alternatively, you can change these MBean attributes by using the WebSphere® wsadmin command-line tool and Jacl scripting. See Modifying MBean attributes with the wsadmin tool.