Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread David Rault
System.setErr(new java.io.FileWriter("somepath/someotherfile"); bye David - Original Message - From: "Louis Voo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 3:21 PM Subject:

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 12:01 PM Subject: RE: How to redirect the log file from the command window to a file? > 1) alter the catalina.bat file: > > ... extract ... > %_EXECJAVA% %JAVA_OPTS% %CATALI

RE: How to redirect the log file from the command window to a file?

2002-05-02 Thread Jon Wingfield
-Original Message- From: Louis Voo [mailto:[EMAIL PROTECTED]] Sent: 02 May 2002 08:17 To: Tomcat Users List Subject: How to redirect the log file from the command window to a file? Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in

How to redirect the log file from the command window to a file?

2002-05-01 Thread Louis Voo
Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in that command window, can I redirect it to a file? Please tell me how to do that. Thank you Louis -- To unsubscribe: For additional commands: