This topic describes the Rational ClearQuest Web server
MBean attributes that you can modify by using the Site Configuration
window.
The ClearQuest Web server MBean attributes have default values
that are suitable for most deployments. As you use ClearQuest® Web,
you might want to modify some of the options that reside in the ClearQuest
Web server 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 ClearQuest Web
application provides an administrative interface to some of the ClearQuest
Web server MBeans. Click and select the ClearQuest
Web Server Options tab of the Site Configuration window
to fine tune the following options:
- Session timeout
- The amount of time, in seconds, that a user session exists before
timing out.
- Server work thread count
- The number of worker threads that each ClearQuest RPC server uses
to handle requests.
- Active HTTP session threshold
- The number of sessions a single ClearQuest RPC server
can handle. When this threshold is exceeded, a new ClearQuest RPC server
is created to handle additional requests.
- Maximum active servers
- The maximum number of ClearQuest RPC servers allowed.
- Recycle server HTTP session limit
- The maximum number of sessions the ClearQuest RPC server can handle
before it is recycled.
- Recycle server lifetime limit
- The maximum lifetime, in seconds, of a ClearQuest RPC server before
it is recycled.
- Recycle server ONC RPC call limit
- The maximum number of ONC RPC requests that a backend ClearQuest
RPC server can process before it is recycled.
Alternatively, you can change these MBean options by using the
WebSphere wsadmin command line tool and
Jacl scripting.