Hello,
We are using reportserver 4.7.7 with tomcat 9, and we don’t have any logs in catalina files.
But, when I do
journalctl -f
I can see what I’m looking for
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: _____ _ _____ ______ _ _
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: | __ \ | | / | | | | | ()
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: | |) | _ __ ___ _ __| || ( ___ _ ____ _____ _ __ | | _ __ | |_ ___ _ __ _ __ _ __ _ ___ ___
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: | _ // _ \ '_ \ / _ | '| |_ \ / _ \ '\ \ / / _ \ '| | | | ’ | / _ \ '| ’ | '| / |/ _ \
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: | | \ \ / |) | () | | | | ) | __/ | \ V / __/ | | || | | | || / | | |) | | | _ \ /
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: |_| __| ./ _/|| _|/ _|_| _/ _|| ||| ||__|| | .__/|| ||/_|
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: | | | |
sept. 01 13:30:50 xxx tomcat-9.0.85[338069]: || ||
…
and some warn messages:
sept. 01 13:30:59 xxx tomcat-9.0.85[338069]: 13:30:59.214 WARN n.d.r.c.s.c.ConfigServiceImpl - Configfile scheduler/scheduler.cf could not be loaded. Default values are in effect.
sept. 01 13:30:59 xxx tomcat-9.0.85[338069]: 13:30:59.216 WARN n.d.r.c.s.c.ConfigServiceImpl - Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
…
sept. 01 13:31:26 xxx tomcat-9.0.85[338069]: 13:31:26.719 INFO n.d.r.p.s.BsiPasswordPolicyServiceImpl - Password policy not active: Could not find config for security/passwordpolicy.cf
but in catalina files, I juste have:
sept. 01 13:30:35 xxx tomcat-9.0.85[338069]: 01-Sep-2025 13:30:35.092 INFOS [main] org.apache.catalina.startup.HostConfig.deployWAR Déploiement de l’archive [/var/lib/tomcat-9.0.85/webapps/reportserver.war] de l’application web
sept. 01 13:31:25 xxx tomcat-9.0.85[338069]: 01-Sep-2025 13:31:25.700 INFOS [main] org.apache.catalina.startup.HostConfig.deployWAR Le déploiement de l’archive de l’application web [/var/lib/tomcat-9.0.85/webapps/reportserver.war] s’est terminé en [50608] ms
Do you have any idea?
Arnaud