remm        2003/01/27 10:31:57

  Modified:    webapps/tomcat-docs/config coyote.xml
  Log:
  - Documentation update.
  
  Revision  Changes    Path
  1.5       +20 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml
  
  Index: coyote.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- coyote.xml        12 Jan 2003 17:26:48 -0000      1.4
  +++ coyote.xml        27 Jan 2003 18:31:56 -0000      1.5
  @@ -128,6 +128,18 @@
         2048 bytes will be provided.</p>
       </attribute>
   
  +    <attribute name="compression" required="false">
  +      <p>The <strong>Connector</strong> may use HTTP/1.1 GZIP compression in
  +      an attempt to save server bandwidth. The acceptable values for the
  +      parameter is "off" (disable compression), "on" (allow compression, which
  +      causes text data to be compressed), "force" (forces compression in all
  +      cases), or a numerical integer value (which is equivalent to "on", but
  +      specifies the minimum amount of data before the output is compressed). If
  +      the content-length is not known and compression is set to "on" or more
  +      aggressive, the output will also be compressed. If not specified, this
  +      attribute is set to "false".</p>
  +    </attribute>
  +
       <attribute name="connectionTimeout" required="false">
         <p>The number of milliseconds this <strong>Connector</strong> will wait,
         after accepting a connection, for the request URI line to be
  @@ -138,6 +150,14 @@
         <p>The debugging detail level of log messages generated by this
         component, with higher numbers creating more detailed output.
         If not specified, this attribute is set to zero (0).</p>
  +    </attribute>
  +
  +    <attribute name="disableUploadTimeout" required="false">
  +      <p>This flag allows the servlet container to use a different, longer
  +      connection timeout while a servlet is being executed, which in the end
  +      allows either the servlet a longer amount of time to complete its
  +      execution, or a longer timeout during data upload. If not specified, 
  +      this attribute is set to "false".</p>
       </attribute>
   
       <attribute name="maxProcessors" required="false">
  
  
  

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

Reply via email to