RE: System.err.println

2001-08-20 Thread Rob S.
ED]] > Sent: Sunday, August 19, 2001 11:48 PM > To: [EMAIL PROTECTED] > Subject: System.err.println > > > I am using Tomcat 3.2.3/Redhat 7.1 > > I have a servlet program, the program line 1 is System.err.println("TEST") > > when i run the servlet, the output goe

System.err.println

2001-08-19 Thread Kenny Ma
I am using Tomcat 3.2.3/Redhat 7.1 I have a servlet program, the program line 1 is System.err.println("TEST") when i run the servlet, the output goes into console I want the err.println output to a file (/usr/local/apache/logs/error_log), what can I do ? or how to config Tomcat ?