Setting up Web Transaction Monitor

To set up the Web Transaction Monitor, do the following:
  1. Do the global configuration in the btt.xml file. Add the following code in btt.xml file:
    <kColl id="HTMLClient">
       ... ...
       <field id="monitorState" value="open" />
    		<field id="monitorPath" value="RuntimeMonitor/" />
    </kColl>
  2. Do the local configuration in web page. If you want to debug one web page, you need to do the following:
    1. Add the taglib into the page by adding the following code:
      <%@ taglib uri="/WEB-INF/btt.tld" prefix="btt"%>
    2. Add a JSP tag into the page by adding the following code:
      <btt:monitor isplay="in">
  3. Add BTT Web Transaction Monitor related jar bttmonitortag.jar into the application module dependency. bttmonitortag.jar is in toolkit_root\lib directory.
  4. Unzip bttmonitortagres.zip and copy it into WebContent folder in your web application; otherwise copy it to a subfolder of WebContent and revise the value of the monitorPath to the actual path.
  5. Deploy the web application, if one web page is monitored, the corresponding monitor information is displayed on the page