Thank you and Christopher!

I appreciate the point about logging, but what if I am using a library that 
utilizes System.out?

Thanks again,

Dola


----- Original Message -----
From: Derek Beauregard <dbeaureg...@vmware.com>
To: Tomcat Users List <users@tomcat.apache.org>
Cc: 
Sent: Friday, April 27, 2012 1:31 PM
Subject: Re: Capturing System.out on a Mac

Catalina.out should have anything written to stdout/stderr.  Be careful as
this file is not rotated and will grow for ever.  Any web apps should be
using logging and not System.out.

Also you could start tomcat with the 'run' command rather than the 'start'
command to run it in the foreground of your current shell.  (I wouldn't do
this in production)

-Derek

Derek Beauregard


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to