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 [Change Tomat logging properties]
tutorial:adm:czechidm_installation_win [2021/12/06 09:52]
urbanl
Line 33: Line 33:
   * Add ''-Djava.security.egd=file:/dev/urandom''  to the ''Java options''.   * Add ''-Djava.security.egd=file:/dev/urandom''  to the ''Java options''.
  
-===== Change Tomat logging properties =====+==== Change Tomat logging properties ==== 
 + 
  
 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 9\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
Line 63: Line 65:
 </code> </code>
  
-====   ==== 
  
  
  • by fiserp