RE: Logging problems

2001-02-02 Thread Saurabh Shukla
do tomcat.sh &> out.txt on a linux box. All the error messeges will be stored in file with name out.txt. -Original Message- From: Peter Thorsager [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 8:36 PM To: [EMAIL PROTECTED] Subject: Re: Logging problems Redirect b

RE: Logging problems

2001-02-02 Thread Adrian Papari
m: Nik Makepeace [mailto:[EMAIL PROTECTED]] Sent: 02 February 2001 16:56 To: [EMAIL PROTECTED] Subject: RE: Logging problems On 2 Feb 2001, at 16:09, Adrian Papari wrote: > how do you handle the exceptions? if you, for instance, redirect the > user to an error page when an error

RE: Logging problems

2001-02-02 Thread Randy Layman
so much easier than doing my own work. -Original Message- From: Nik Makepeace [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 10:56 AM To: [EMAIL PROTECTED] Subject: RE: Logging problems On 2 Feb 2001, at 16:09, Adrian Papari wrote: > how do you handle the exceptions? if

RE: Logging problems

2001-02-02 Thread Nik Makepeace
On 2 Feb 2001, at 16:09, Adrian Papari wrote: > how do you handle the exceptions? if you, for instance, redirect the > user to an error page when an error occurs, you (or, erm, the user ) > shouldn't see the internal error messages. They aren't 500 errors, but rather conscious decisions to write

RE: Logging problems

2001-02-02 Thread Adrian Papari
how do you handle the exceptions? if you, for instance, redirect the user to an error page when an error occurs, you (or, erm, the user ) shouldn't see the internal error messages. Good luck, //adrian papari -Original Message- From: Nik Makepeace [mailto:[EMAIL PROTECTED]] Sent: 02 Febru

Re: Logging problems

2001-02-02 Thread Peter Thorsager
Redirect both the System.out and the System.err to the same outputstream (which is your FileOutputStream), then you'll avoid the error messages in the window. Peter Thorsager - Original Message - From: "Nik Makepeace" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02