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:
Thread dumps, if you requested them via a system signalUncaught exceptions printed by java.lang.ThreadGroup.uncaughtException(..) When running as a service on Windows, the console output is also caught and redirected, but the file names are different. location is "$CATALINA_BASE"/logs/catalina.out read http://tomcat.apache.org/tomcat-6.0-doc/logging.html (ping list for implementation questions) Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: uwe.hellm...@t-systems.com > To: users@tomcat.apache.org > Date: Wed, 16 Mar 2011 14:25:12 +0100 > Subject: Error overview in catalina.out > > Hello, > > I have just started to work with tomcat, so I'm really new to this product. > I'm also working with a monitoring product which analyses the logfiles. > But I'm quite sure that I do not need to know every single message in > catalina.out > I am searching for a source where I can find some descriptions to the errors > and what they mean. > Can anyone help? > > - Uwe >