Anyone get swallowOutput to work? I am using Tomcat 4.1.24, and I've set the swallowOutput attribute to "true," yet it still doesn't redirect standard out and error messages to the application logger. Here's the snippet from my server.xml file:

<Context path="" docBase="www" debug="0" reloadable="true"
         swallowOutput="true" workDir="c:\aiti\work">
  <Logger className="org.apache.catalina.logger.FileLogger"
          directory="c:\aiti\logs"  prefix="aiti_log." suffix=".txt"
          timestamp="true"/>
</Context>

Thanks, Greg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to