i use to following command in startup.sh to write the output of tomcat into
a log file:
$BASEDIR/tomcat.sh start "$@" >>/path/to/system-out.log 2>&1
this way also the error stream goes into the same file as the stdout and
tomcat is quiet (not writing stuff to my console as it starts up).
michael
-----Original Message-----
From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 9:39 AM
To: [EMAIL PROTECTED]
Subject: I don't see the output under Linux
I am a new linux user and I have just installed Tomcat under linux.
I have developed an application and now I am testing it.
Tomcat is installed on a linux server and I try to access it (at my
application) with a windows 98 PC.
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.
How can I do a right redirect?
Thanks in advance.
Stefano