Where does tomcat put the System.out.println output ?
System.out.println
I\'m not interested in out.println. I\'m using a system that uses system.out
out.println
system.out
CATALINA_HOME/logs/stdout_YYYYMMDD.log
is the default, where CATALINA_HOME is your base Tomcat directory. There are various ways to change this programatically and via configuration.