RE: System.out logs

2003-01-17 Thread Tim Moore
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 3:46 PM > To: Tomcat Users List > Subject: RE: System.out logs > > > > > On Fri, 17 Jan 2003, Tim Moore wrote: > > > Date: Fri, 17 Jan

RE: System.out logs

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Tim Moore wrote: > Date: Fri, 17 Jan 2003 13:34:50 -0500 > From: Tim Moore <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: System.out logs > > > --

RE: System.out logs

2003-01-17 Thread Tim Moore
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 1:30 PM > To: Tomcat Users List > Subject: RE: System.out logs > > > Howdy, > > >I know we could pipe the output to a file but there should > b

RE: System.out logs

2003-01-17 Thread Vijay Kandy
Hmmm Guess I have to live with that for a while. Thanks for your replies all. Sincerely, Vijay Howdy, >I know we could pipe the output to a file but there should be something >better. Like calling System.setout() or perhapsa Logger tag...?? Those things are available in tomcat 4.x. Upgrade

RE: System.out logs

2003-01-17 Thread Shapira, Yoav
Howdy, >I know we could pipe the output to a file but there should be something >better. Like calling System.setout() or perhapsa Logger tag...?? Those things are available in tomcat 4.x. Upgrade to get them ;) For 3.x, you're stuck with OS-dependent, non-portable solutions to this requirement

RE: System.out logs

2003-01-17 Thread Vijay Kandy
I am running Red Hat Linux. But is that an OS dependant property? I know we could pipe the output to a file but there should be something better. Like calling System.setout() or perhapsa Logger tag...?? Thank you, Vijay You don't say which OS you are running. On unix, the output is redirected u

Re: System.out logs

2003-01-17 Thread Dan Lipofsky
> Hello All, > > Tomcat 4 logs all System.out or System.err messages to Catalina.out by > default. How would I do this in a Tomcat 3.2.3 environment. As of now, it > prints on to the window Tomcat was started. I would like to save the > messages on a file. Please help. > > Sincerely, > Vijay You

Re: System.out logs

2003-01-17 Thread Lajos Moczar
On Unix, startup.sh > tomcat.out 2>&1. Windows something similar, I'm sure. Lajos Vijay Kandy wrote: Hello All, Tomcat 4 logs all System.out or System.err messages to Catalina.out by default. How would I do this in a Tomcat 3.2.3 environment. As of now, it prints on to the window Tomcat was st