You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Snezhkov, Dimitry" <Di...@pepsiamericas.com> on 2001/08/16 17:38:10 UTC

System.err

Hello,

I have enabled output-to-log  redirection for my  Tomcat 3.2.3. It works
fine until System.err messages need to be output from the code.
Those messages are still going to the console .  Therefore,  cannot close
the console( terminal where I start my Tomcat from ). I tried to

./startup.sh 2>&1 >/tmp/log and then : teil -f /tmp/log.  Not all System.err
get there. What's the preferred way to manage System.err messages?
Is it an ugly way to output debugging info for the code run by Tomcat? Is
there external Tomcat objects that manage such System.err better ?

Any help will be greatly appreciated.


Thanks,

--dimitry.