How to Rotate Tomcat catalina.out - Rotar logs en tomcat, y evitar crecimiento de catalina.out

 


Avoid a crash and failure to start in tomcat through auto rotation of catalina.out on a linux/unix machine.

es 2GB in size, tomcat crashes and fails to start without any error message. To avoid this scenario you should rotate catalina.out frequently. This article describes how to setup auto rotation of catalina.out on a linux/unix machine.

How to automatically rotate catalina.out daily or when it becomes bigger than 5M

1. Create this file

2. Copy the following contents into the above file

 

About the above configuration:

  • Make sure that the path /var/log/tomcat/catalina.out above is adjusted to point to your tomcat’s catalina.out
  • daily rotates the catalina.out daily
  • rotate – keeps at most 7 log files
  • compress – compressesthe rotated files
  • size – rotates if the size of catalina.out is bigger than 5M

You don’t need to do anything else.

How it works

  1. Every night the cron daemon runs jobs listed in the /etc/cron.daily/ directory
  2. This triggers the /etc/cron.daily/logrotate file which is generally shipped with linux installations. It runs the command “/usr/sbin/logrotate /etc/logrotate.conf
  3. The /etc/logrotate.confincludes all scripts in the/etc/logrotate.d/ directory.
  4. This triggers the /etc/logrotate.d/tomcat file that you wrote in the previous step.

Run logrotate manually

Run the following command to run the cron job manually

Comentarios

Entradas populares de este blog

Orange Pi IoT 2G Flashear memoria NAND

Configurar modem GSM en la Orange Pi 2G IoT (Orange España)

Usar datos gratis para proyectos IoT FreedomPop y Orange Pi 2G IoT (también Simyo).