Top "Catalina.out" questions

When running Tomcat on unixes, the console output is usually redirected to the file named catalina.

catalina.out rolling with Tomcat 6.0

I have a default tomcat installation with no change to the logging configuration. The log files (in particular catalina.out) …

tomcat logging catalina.out
How to check container log of tomcat?

How do I check the container log of tomcat? I get this error from the catalina.out log: SEVERE [localhost-startStop-1] …

tomcat catalina catalina.out
There is no catalina.out

I have no idea, how and what to set up, to have catalina.out on the Tomcat on my computer. …

java tomcat logging catalina.out
java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file

I got this error in Catalina.2011-03-30.log when my display.war file executed on Tomcat. The error is …

java jsp tomcat catalina.out
How to correct delete catalina.out?

I couldn't restart Tomcat webserver. But catalina.out get very big. I have tried delete on test server and created …

java tomcat size delete-file catalina.out
Tomcat 6 memory leaks log entries

Below is outtake of unique entries in my Catalina.out file on CentOS machine. I'm running Tomcat 6 with spring 3 and …

java spring memory-leaks tomcat6 catalina.out
Catalina.out Memory leak error

I still see this error in tomcat/logs/catalina.out. Dec 29, 2011 4:04:36 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The …

java tomcat catalina.out
Unable to eliminate Tomcat Cache warnings in catalina.out

Since switching to Tomcat 8, I continually get messages like this in my catalina.out org.apache.catalina.webresources.Cache.getResource …

tomcat8 catalina.out
Uncaught exceptions in Tomcat print to localhost.[date].log instead of catalina.out

I'm running tomcat 6.0.20 (with spring, if that matters) and can't seem to get stack traces from uncaught exceptions thrown from …

tomcat catalina.out
Why my log will be redirected into catalina.out?

In my application, I use log4j2 to output log. <!-- log4j2 --> <dependency> <…

java tomcat7 log4j2 catalina.out