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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>