You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nome real <we...@cienciapura.com.br> on 2002/09/20 16:09:57 UTC

Help with "swallowOutput"

Hi,

I'm trying to use the tag "swallowOutput" in order to redirect a user's System.out to a log file. This is the snap of 
the server.xml:

      <Host name="client.com">
                 <Context path="/" docBase="/home/client" debug="0" crossContext="false" reloadable="true" 
swallowOutput="true" >
                 <Logger className="org.apache.catalina.logger.FileLogger" directory="/home/client/WEB-INF/logs" 
prefix="client." suffix=".log" timestamp="true"/>
                 </Context>
     </Host>

But it doesn't seem to work. What am I doing wrong ?

Thanks 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>