Disabling the Web Transaction Monitor

If you set any value to monitorState other than open, the Web Transaction Monitor will be disabled.

You can also disable the Web Transaction Monitor by remove the following code in btt.xml file:
<kColl id="HTMLClient">
    ... ...
    <field id="monitorState" value="open" />
    <field id="monitorPath" value="RuntimeMonitor/" />
</kColl>