Hi, This is because the org.apache.catalina.logger.FileLogger class was deprecated in favor of the commons-logging API (and subsequently the log4j API, though the latter is not needed, ) ...
Also see: http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/Jdk14Logger.html Please see this message: http://marc.theaimsgroup.com/?l=tomcat-user&m=108330970225012&w=2 and a message on how to set it up, here: http://marc.theaimsgroup.com/?l=tomcat-user&m=108578233003073&w=2 On Wed, 2004-09-01 at 22:16, Jonathan Eric Miller wrote: > I noticed in the change log that some changes have been made to the way > things are logged in Tomcat 5.5. I was using something like the following in > my server.xml previously. However, this no longer works. > > <Logger className="org.apache.catalina.logger.FileLogger" > directory="logs" > prefix="localhost_log." > suffix=".txt" > timestamp="true"/> > > I'm wondering how to configure the new "commons-logging?" The default > server.xml doesn't seem to have anything in it for this. Is configuring this > no longer neccessary? Does it just log to catalina.out now or something? > > Jon > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
