Just replying to the original question here :

if you want the system.out.println logging to appear in a file instead of
the console :
$TOMCAT_HOME/bin/tomcat.sh start 2>logfile  1>errorfile
All error and normal output to the console will be redirected this way to
files.

If you want logging to system.out, then the logging appears only when the
console in which you started tomcat, not any other console which you open.

Mvgr,
Martin

> > > I have introduced a System.out.println lines in my application (for
the
> > > testing phase), but I don't see theirs output.
> > > I have tried to do this (every time that tomcat is started):
> > >
> > >     > ./tomcat start > tomcat.out
> > >
> > > without success.
> > >

Reply via email to