Speaking of Tomcat 5 here, not 5.5 . . . catalina.out as I recall contained my System.out output. Can't remember if it contained System.err output.
You can make things easier on yourself if you define a context.xml file for your web app (see example included with Tomcat -- look in conf/host) and configure a log file there, and set the output level to verbose (not sure, but "5" might be right). Sorry, I'm not looking at this right now but trying to remember . . . Hope that helps any. Erik -----Original Message----- From: Rick Reumann <[EMAIL PROTECTED]> Sent: Aug 3, 2005 2:52 PM To: Struts Users Mailing List <[email protected]> Subject: [OT] wrong list I know, but lazy, Tomcat 5.5 question Was using JBoss and now I'm using Tomcat 5.5 stand-alone for an application I'm working on. I plop a war into webapps and it deploys fine but problems with some JNDI lookup and all kinds of errors dump to the console (Windows). What I'd like to know is how come I can't find a log file that shows all these errors in the log directory? Under jboss the server.log file shows all the console error garbage but I'm not geting anything like that with Tomcat5.5. I get stuff written to the localhost and catalina logs but nothing related to the huge stacktrace that is going beyond the buffer size of my console window. Any help with this log issue would be much appreciated. -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

