2010/9/22 Caldarale, Charles R <[email protected]>: >> From: [email protected] [mailto:[email protected]] >> Subject: svn commit: r1000003 - /tomcat/trunk/webapps/docs/logging.xml > >> @@ -62,12 +59,12 @@ >> Tomcat no longer uses <code>localhost_log</code> as the runtime >> exception/stack trace log. These types of error are usually thrown by >> uncaught exceptions, but are still valuable to the developer. They >> can now >> - be found in the <code>stdout</code> log. >> + be found in the <code>stdout</code> log file >> (<code>catalina.out</code>). > > The catalina.out file isn't created on Windows. >
IMHO, "catalina.out" has to be mentioned somewhere on that page. As some start I added it there. Better text is welcome. BTW, the whole phrase seems strange. I think it says about java.lang.ThreadGroup.uncaughtException() which prints to System.err by default. The exceptions that are caught by Tomcat are printed to catalina.<date>.log, not only to the console. Maybe that phrase can be removed as a whole. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
