Question: How can I purge catalina.out without restarting Tomcat?

You will first need to SSH into your server and locate your catalina.out log file. This is typically located inside the logs directory in your account.

One located you can issue the following command to purge the log.

cat /dev/null > /path/to/catalina.out


CategoryJava

Java/how-can-i-purge-catalina-out-without-restarting-tomcat (last edited 2015-08-23 18:24:56 by wilhelms)