Ok, but in this case I don't see any output on the console (where I run
Tomcat)! My problem is not to redirect the stdout on a file, my proble is to
see the output.
Thanks.
----- Original Message -----
From: "Martin van den Bemt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:12 PM
Subject: RE: I don't see the output under Linux
> 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.
> > > >
>