Re: Logging with Linux

2002-12-13 Thread Tom Kochanowicz
Arce Sent: Friday, December 13, 2002 7:11 AM To: [EMAIL PROTECTED] Subject: Re: Logging with Linux Have you look in the file $TOMCAT_HOME/logs/catalina.out? Regards, Luis Zerbe John W wrote: >I don't use Tomcat, but I do use WebSphere. The application servers write to a configured

Re: Logging with Linux

2002-12-13 Thread Deepak
What I usually do is ,start tomcat in a shell and System.out.println("It works for me"); will print 'It works for me' out in the same shell.. is this acceptable to you? On Friday 13 December 2002 12:50 pm, you wrote: > I am doing develoment under the Linux/Tomcat platform. I like Linux

Re: Logging with Linux

2002-12-13 Thread Luis Cornide Arce
Have you look in the file $TOMCAT_HOME/logs/catalina.out? Regards, Luis Zerbe John W wrote: I don't use Tomcat, but I do use WebSphere. The application servers write to a configured stdout.txt file in the linux file system. To watch the output in real time, you can use a linux command like "t

Re: Logging with Linux

2002-12-13 Thread Zerbe John W
I don't use Tomcat, but I do use WebSphere. The application servers write to a configured stdout.txt file in the linux file system. To watch the output in real time, you can use a linux command like "tail -f stdout.txt" from an xterm window. -Original Message- From: Tom Kochanowicz [mai