Re: System.err.println

2001-09-14 Thread Jonathan Eric Miller
: Thursday, September 13, 2001 9:20 PM Subject: System.err.println Hi, I have gone through the archives and have looked at the original responses and tried it but my System.err.println does not go to /logs/tomcat.log. I am using log4j for logging but at some place have to put System.err.println

System.err.println

2001-09-13 Thread Abhijat Thakur
Hi, I have gone through the archives and have looked at the original responses and tried it but my System.err.println does not go to /logs/tomcat.log. I am using log4j for logging but at some place have to put System.err.println statements which i want should be printed to tomcat logs. I have

Re: System.err.println

2001-09-13 Thread Dmitri Colebatch
On Thu, 13 Sep 2001, Abhijat Thakur wrote: I have gone through the archives and have looked at the original responses and tried it but my System.err.println does not go to /logs/tomcat.log. I am using log4j for logging but at some place have to put System.err.println statements which i want

Re: System.err.println

2001-09-13 Thread Kenny Ma
System.err.println does not go to /logs/tomcat.log. I am using log4j for logging but at some place have to put System.err.println statements which i want should be printed to tomcat logs. why not use servlet.log() if you want that functionality? afaik routing System.err.println is not covered

Re: System.err.println

2001-09-13 Thread Dmitri Colebatch
location: class Hello servlet.log(Hello); ^ On Thu, 13 Sep 2001, Abhijat Thakur wrote: I have gone through the archives and have looked at the original responses and tried it but my System.err.println does not go to /logs/tomcat.log. I am using log4j

Re: System.err.println

2001-09-13 Thread Kenny Ma
symbol symbol : variable servlet location: class Hello servlet.log(Hello); ^ On Thu, 13 Sep 2001, Abhijat Thakur wrote: I have gone through the archives and have looked at the original responses and tried it but my System.err.println does