remm 2002/08/28 05:09:07 Modified: webapps/tomcat-docs/config context.xml Log: - Add "swallowOutput" flag in the docs. Revision Changes Path 1.10 +7 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/context.xml Index: context.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/context.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- context.xml 21 Jun 2002 19:19:52 -0000 1.9 +++ context.xml 28 Aug 2002 12:09:07 -0000 1.10 @@ -183,6 +183,13 @@ debugging detail level is zero (0).</p> </attribute> + <attribute name="swallowOutput" required="false"> + <p>If the value of this flag is <code>true</code>, the bytes output to + System.out and System.err by the web application will be redirected to + the web application logger. If not specified, the default value + of the flag is <code>false</code>.</p> + </attribute> + <attribute name="workDir" required="false"> <p>Pathname to a scratch directory to be provided by this Context for temporary read-write use by servlets within the associated web
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>