Rick Reumann wrote:
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.

Depends how you start Tomcat. If you start it with 'startup.bat' or 'catalina.bat start' (i think that's right; the UNIX equivalent would be 'catalina.sh start') then console output will go to logs/catalina.out. If you start it with 'catalina.bat run' (again, assuming the Windows batch files follow the UNIX ones), console output goes to the console only.

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to