Purpose

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

Applicable in CAST Version
Release
Yes/No
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)


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
    <context-param>
    <param-name>logger.level.SERVER_REQUEST</param-name>
    <param-value>0</param-value>
    <description>SERVER log level</description>
    </context-param>
  3. Start application in used web server


Notes / Comments



Related Pages