Versions Compared

Key

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

...

3. Change the default value of SaveRequestStatistic from OFF to ON of AppServer Parameters#EnableRequestStatistic from false to true to enable saving requests statistics.

Code Block
languagexml
themeEmacs
<SaveRequestStatistic>ON<<EnableRequestStatistic>true</SaveRequestStatistic>EnableRequestStatistic>

4. In the RequestStatisticFilePath tag specify a path to a log file where AppServer will record the information about requests that it processes.

...