How to set Seperate Error log file when using Multiple Web Applicationa

2004-11-20 Thread inr
Hai all, I am Using Multiple Web Application in TOmcat 5.5. How to set the Seperate Error log file for each Web Application. Thanks for ever, inr - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Error-Log file ?

2001-08-20 Thread Rob S.
PROTECTED] Subject: Error-Log file ? 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 , what can I do ? or how to config Tomcat ? ps. I checked

Error-Log file ?

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 , what can I do ? or how to config Tomcat ? ps. I checked /usr/local/tomcat/logs/ It havent

Re: Error-Log file ?

2001-08-19 Thread Dmitri Colebatch
On Mon, 20 Aug 2001, Kenny Ma wrote: I have a servlet program, the program line 1 is System.err.println(TEST) you would be better off using log(TEST); when i run the servlet, the output goes into console stderr will... are you running linux or windows? afaik tomcat doesn't do anything to

Error log file

2001-03-21 Thread venkatesan
Hi All, I am running tomcat servlet Enginee under Apache in Linux machine. Everything is running fine and now i am configured tomcat with Apache so that tomcat will be started automatically while boot time before Apache.. My problem is that earlier i used to run tomcat in ../bin/startup.sh in