Disabling the Reporting & Monitoring Server

  • 7019423
  • 02-Feb-2015
  • 07-Aug-2017

Environment


Retain 3.4 and later
Reporting & Monitoring Server

Situation


I want to disable the Reporting & Monitoring Server from running.  What are the steps to doing this?

Resolution


The following steps only disable it from gathering data - this does not keep it from running.  If you do not want it to run, you will need to follow the steps in "Removing the Reporting & Monitoring Server".
1.  Edit the RetainServer/WEB-INF/cfg/StatsConfiguration.cfg

2. 
C
hange the "initialized" parameter to "false"
R&M Server enabled:  <initialized>true</initialized>

R&M Server disabled<initialized>false</initialized>
3.  Save your changes.

4.  Restart tomcat.

NOTE:  The aforementioned directory is found on Linux systems under /opt/beginfinite/retain.  For Windows systems, it is found under [drive]:\Program Files\Beginfinite\Retain.

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 2456.