2011/3/17 :
> Thanks for the answer but I already know that catalina.out is standanrd
> logfile for tomcat.
It is not.
It is not a log file, but just a catch of the System.err and System.out.
It is advisable to remove ConsoleHandler from logging.conf, to do not
duplicate log messages to the co
running Tomcat on unixes, the console output is usually redirected
to a file named catalina.out. The name is configurable
using an environment variable. (See the startup scripts).
Whatever is written to System.err/out will be logged in
that file. That may include: