I would like to have separate log for each context, like I have done in
tomcat5.  But similar configuration doesn't seem to work under tomcat 5.5?

Is there a new syntax for the Logger tag?


<Context docBase="." swallowOutput="true">
  <Logger className="org.apache.catalina.logger.FileLogger"
              prefix="context1.log."
              suffix=".web3.txt"
              directory="/usr/local/tomcat5.5/logs" />
</Context>
-- 
View this message in context: 
http://www.nabble.com/-tomcat-5.5--logger-configuration-in-context.xml-tp14593006p14593006.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to