Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The master configuration file can be found under the JVM-specific config directory for a monitored JVM. The master configuration file has the following structure:

<?xml version='1.0'?>
<instrumenter-config-list> ]
     <config-file> <!-- occurs 0 or more times -->
          instrumenter-config-file-path
     </config-file>
</instrumenter-config-list>

The instrumenter config file path specifies the absolute or relative path to an instrumenter configuration file. Paths are relative to <i3_root>/products/i3fp/registry/products/j2ee/config/instrumenter.

The following special variables can be used in the instrumenter config file path:•    $

  • ${indepth.j2ee.home} expands to  <i3_root>/products/j2ee

•    ${indepth.j2ee.server_id} expands to the JVM ID (with no sequence number)

...