Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:czechidm_installation_win [2021/12/02 15:58]
urbanl Prodání rotace Tomcat logu catalina.out
tutorial:adm:czechidm_installation_win [2021/12/03 16:18]
urbanl [Change Tomat logging properties]
Line 37: Line 37:
 In order to set-up log rotation we need stop logging to stdout and start logging to catalina.log . In order to set-up log rotation we need stop logging to stdout and start logging to catalina.log .
  
-Make these changes in file ''C:\Program Files\Apache Software Foundation\Tomcat 8.5\conf\logging.properties'': Comment out console handler. We don't want tomcat to log to stdout or stderr.+Make these changes in file ''C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf\logging.properties'': Comment out console handler. We don't want tomcat to log to stdout or stderr.
 <code> <code>
- 
 handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler, 4host-manager.org.apache.juli.AsyncFileHandler handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler, 4host-manager.org.apache.juli.AsyncFileHandler
 #handlers =  java.util.logging.ConsoleHandler #handlers =  java.util.logging.ConsoleHandler
Line 65: Line 64:
  
 ====   ==== ====   ====
 +
  
 ==== Create CzechIdM configuration folders ==== ==== Create CzechIdM configuration folders ====
  • by fiserp