4

I noticed that my catalina.out in /var/log/tomcat is this big... why? How do I avoid this?

slhck
  • 235,242
user19203
  • 181

1 Answers1

1

Check out the Apache Tomcat Logging FAQ, which points to a thread on how to rotate catalina.out:

On Unix I simply pipe the catalina.sh command to /usr/bin/cronolog and it rotates the log for me. See www.cronolog.org for more info...

And as @slhck points out, there are some other good instructions on catalina.out rotation.

JW8
  • 1,202
  • 3
  • 13
  • 26