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.

The HCL Compass Web application provides an administrative interface to some HCL Compass Web server MBeans. Click Site Administration > Configuration and select the HCL Compass Web Server Options tab. You can fine tune the MBean attributes described in Table 1.
Table 1. Modifiable MBean attributes in the Site Configuration window

Table that summarizes the HCL Compass Web server MBean attributes modifiable in the Site Configuration window

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.