We get a /usr/SPECTRUM/tomcat/bin/TOMCAT_SERVICED.out log file full of errors
Apr 09 11:05:45 ERROR TRACE at servicedaemon.cc(888): autorestart enabled
Release : 20.2.7
Component : Spectrum Core / SpectroSERVER
This "error" is informational and can be ignored. We will remove the logging in future releases.
Tomcat & WebTomcat are started by the ServiceDaemon process.
# cat TOMCAT.idb
#Processd Install Ticket for Tomcat Server.
PARTNAME;TOMCAT;
APPNAME;Tomcat;
WORKPATH;$SPECROOT/tomcat;
LOGNAMEPATH;$WORKPATH/bin/TOMCAT_SERVICED.out;
ADMINPRIVS;y;
AUTORESTART;y;
AUTOBOOTSTART;y;
#STATEBASED;N;
NUMPROCS;1; // one per host
RETRYTIMEOUT;600; // 10 minutes
TICKETUSER;spectrum;
RETRYMAX;5; // 5 retries allowed
STARTPRIORITY;10;
SERVERPROCESS;Y;
#ENV;<var>=<value>;
ARGV;$SPECROOT/bin/serviceDaemon -f $WORKPATH/bin/tomcat_serviced.conf;
If you wish to remove this logging on 10.4.3, please remove the path and log file name from the LOGNAMEPATH entry above.
ie. $WORKPATH/bin/TOMCAT_SERVICED.out;
Please be advised this will disable tomcat service logging to this file.