View | Details | Raw Unified | Return to bug 53203
Collapse All | Expand All

(-)webapps/docs/config/ajp.xml (-1 / +1 lines)
Lines 319-325 Link Here
319
    <attribute name="connectionTimeout" required="false">
319
    <attribute name="connectionTimeout" required="false">
320
      <p>The number of milliseconds this <strong>Connector</strong> will wait,
320
      <p>The number of milliseconds this <strong>Connector</strong> will wait,
321
      after accepting a connection, for the request URI line to be
321
      after accepting a connection, for the request URI line to be
322
      presented.  The default value is 60000 (i.e. 60 seconds).</p>
322
      presented.  The default value is infinite (i.e. no timeout).</p>
323
    </attribute>
323
    </attribute>

Return to bug 53203