On 07 Mar 2003 11:53:37 -0800 Dave Patton <[EMAIL PROTECTED]> wrote: > Yes. You set this in the server.xml file of tomcat with the <Logger> > entry. Check your server.xml file and I will bet you are using a > ConsoleLogger at some level. Change those to FileLogger types > instead. Check the Tomcat docs > (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html) > for more info.
Normally I just configure a log4j.properties file so I don't run into this problem, but on a small demo app I just created I didn't. Even when I add the following to the server.xml file, I still get all the validator info messages pouring into catalina.out. Here's what I configured: <Context path="/rr_lesson_3" docBase="rr_lesson_3" debug="0" reloadable="true" crossContext="true"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="rr_lesson_3_log." suffix=".txt" timestamp="true"/> </Context> -- Rick Reumann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]