CAST Engineering Dashboard - Information - Get URLs sent to server during navigation in the dashboard

Purpose

This page describes how to get URLs sent to server during navigation in the dashboard,

Applicable in CAST Version

ReleaseYes/No
8.0.x
7.3.x
7.2.x
7.0.x

Details

  1. Stop application in used web server
  2. Modify the web.xml file of the application by adding following section to the web.xml

    logger.level.SERVER_REQUEST
    0
    SERVER log level
  3. Start application in used web server

Notes / Comments

Related Pages