Enabling page tracking

You can enable page tracking features in the management section of the mcs-config.xml. Page tracking allows you to generate information for transaction analysis and other reporting mechanisms, using JMX and the com.volantis.mcs.management.tracking API. The API allows you to retrieve basic information such as details of canvas type, device name, layout name and so on, but does not save it or process it, so you need to integrate this feature with other JMX-based system management applications. See the JavaDocs for details.

You can enable page tracking features in the management section of the mcs-config.xml. Page tracking allows you to generate information for transaction analysis and other reporting mechanisms, using JMX and the com.volantis.mcs.management.tracking API. The API allows you to retrieve basic information such as details of canvas type, device name, layout name and so on, but does not save it or process it, so you need to integrate this feature with other JMX-based system management applications. See the JavaDocs for details.

Note:

Page tracking is not supported by Mobile Portal Accelerator.

To enable the tracking feature, you need to set the enabled attribute of the page-tracking to 'true'.

Note:

When page tracking is enabled, MCS caches all the transactions in memory. It is essential that your processing application flushes the cache at regular intervals to avoid an out of memory condition.

<management>
  <page-tracking enabled="false"/>
</management>

Related topics