Configuring request monitoring exits for the Gateway daemon

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
requestexits=com.ibm.ctg.samples.requestexit.1stMonitor,com.ibm.ctg.
samples.requestexit.2ndMonitor

You can use the -requestexits= option on the ctgstart command to override the value of requestexits. For more information, see Options on the ctgstart commandCommand reference.

This parameter is in the GATEWAY section of the configuration file.

Default value
There is no default value for this parameter.
Note: Statistics and Monitoring exits are not guaranteed to be accurate when a CICS® Intercept plug-in is enabled. The CICS Request exit will not be called when a CICS Intercept plug-in does not allow a request to continue. For more information, see Configuring for application testing.