The requestexits parameter specifies
a list of one or more classes that perform request monitoring.
requestexits=<fully_qualified_class_name1[,fully_qualified_class_name_n]>- Description
- Specify the fully qualified class names for a request monitor
classes. You can define multiple classes by separating them with a
comma. For example:
requestexits=com.ibm.ctg.samples.requestexit.1stMonitor,com.ibm.ctg.samples.requestexit.2ndMonitor
You can use the -requestexits=exits option
on the ctgservice command on Windows or the ctgstart command
on UNIX and Linux to override the value of requestexits.
For more information, see Command reference.
This parameter is in the GATEWAY section of the configuration file.
- Default value
- There is no default value for this parameter.
- Configuration Tool
- In the Configuration Tool, you can set the value of requestexits using
the Use these request monitors field in the Monitoring tab
of the Gateway daemon settings page. Enter
the fully qualified class name for a request monitor class in the
field, and then click Add to add the class
name to the list. To remove a class, select the class name in the
list and click Remove.