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:server_preparation [2019/04/09 08:16]
fiserp [Rotating Tomcat logs]
tutorial:adm:server_preparation [2019/06/10 13:13]
urbanl old revision restored (2019/04/12 10:38)
Line 469: Line 469:
 /var/log/tomcat8/host-manager.log /var/log/tomcat8/host-manager.log
 /var/log/tomcat8/catalina.out { /var/log/tomcat8/catalina.out {
-        rotate 7+        rotate COUNT
         daily         daily
         dateext         dateext
Line 792: Line 792:
         AddOutputFilterByType DEFLATE text/plain         AddOutputFilterByType DEFLATE text/plain
         AddOutputFilterByType DEFLATE text/xml         AddOutputFilterByType DEFLATE text/xml
 +        AddOutputFilterByType DEFLATE application/json
 +        AddOutputFilterByType DEFLATE application/hal+json
  
         # Remove browser bugs (only needed for really old browsers)         # Remove browser bugs (only needed for really old browsers)
  • by koulaj