Hi all, what is the swallowOutput property for?
I found the following server.xml directives in an example and I am not sure what that property does:
<Host name=“client.com">
<Context path="/teste" docBase="/home/client/public_html/test/" debug="0" crossContext="false" reloadable="true" swallowOutput="true“ />
<Logger className="org.apache.catalina.logger.FileLogger" directory="/home/client/public_html/test/WEB-INF/logs" prefix=“client." suffix=".log" timestamp="true"/>
</Host>
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
