On 8/23/05, Alain Gaeremynck <[EMAIL PROTECTED]> wrote: > I read the doc and found out that in tomcat 5.5 we are suppose to use > log 4 j to handle getServletContext.log. However i rather liked the old > ways.... Is it stil supported? > > if i put this in my context > > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="servlet." suffix=".log" timestamp="true" /> > > will it still work?
No, it's not supported anymore. You can look at your logging options here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html -- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
