Warning
This repository has been archived
IBM Legacy Public Repository Disclosure: All content in this repository including code has been provided by IBM under the associated open source software license and IBM is under no obligation to provide enhancements, updates, or support. IBM developers produced this code as an open source project (not as an IBM product), and IBM makes no assertions as to the level of quality nor security, and will not be maintaining this code going forward.
This CICS Transaction Gateway Request Monitoring exit is designed to store the request monitoring information in a cloudant database as described in the blog post Analysis of mobile workload using IBM Bluemix.
- Add the
ctgcloudmonitor.jarto the classpath of your Gateway daemon along with the commons codec and json jar files. - Add the following line to the Gateway daemon configuration file
requestexits=com.ibm.ctg.samples.CloudMonitor - Start the CICS Transaction Gateway with the startup parameter
-j-Dcloudmonitor.dburl=<url of cloudant database>and optionally-j-Dcloudmonitor.logfile=<path to log file>