You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jockel, Jeff" <jj...@rational.com> on 2001/08/07 14:08:58 UTC

PLEASE UNSUBSCRIBE ME


-----Original Message-----
From: Michael Weissenbacher [mailto:MWeissenbacher@net4you.net]
Sent: Tuesday, August 07, 2001 7:51 AM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: I don't see the output under Linux


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:shpr@libero.it]
Sent: Tuesday, August 07, 2001 9:39 AM
To: tomcat-user@jakarta.apache.org
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