Could u let me know what this log file arcotwatchdog.log is for and where to change its path? The default path is $ARCOT_HOME/logs.
Release : 9.1
Component : Strong Authentication
Risk Authentication
Watchdog is a daemon process and it is to restart the services in case of crash, Log file location is not exposed to configure and it is at ARCOT_HOME/logs directory default. Here is more information about this in arcotcommon.ini file.
#-----------------------------------------------------------------------------#
# This section covers the configuration for watchdog process that monitors
# Arcot servers
# Note: This section is applicable only for UNIX platform(s).
#-----------------------------------------------------------------------------#
# ServerStartsTimeout:
# watchdog will stop restarting the server if the server restarts
# [ServerStartsCount] times in [ServerStartsTimeout].
# This parameter is in *minutes*.
# Default: 25.
#-
# ServerStartsCount:
# This is the number of times the server sleep time in *milli seconds*
# after which the watchdog restarts the server once the server has gone
# down.
# Default: 5.
#-
# RestartSleepTime:
# This is the sleep time in *milli seconds* after which the watchdog restarts
# the server once the server has gone down
# Default: 5000.
#-----------------------------------------------------------------------------#
[arcot/watchdog]
ServerStartsTimeout=25
ServerStartsCount=5
RestartSleepTime=5000