Author: markt
Date: Fri Sep 2 09:38:16 2011
New Revision: 1164438
URL: http://svn.apache.org/viewvc?rev=1164438&view=rev
Log:
Correct connectionLinger documentation
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1164438&r1=1164437&r2=1164438&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Fri Sep 2 09:38:16 2011
@@ -292,9 +292,9 @@
</attribute>
<attribute name="connectionLinger" required="false">
- <p>The number of milliseconds during which the sockets used by this
+ <p>The number of seconds during which the sockets used by this
<strong>Connector</strong> will linger when they are closed.
- The default value <code>-1</code> which disables this option.</p>
+ If not specified, the JVM default will be used.</p>
</attribute>
<attribute name="connectionTimeout" required="false">
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1164438&r1=1164437&r2=1164438&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Sep 2 09:38:16 2011
@@ -309,9 +309,9 @@
</attribute>
<attribute name="connectionLinger" required="false">
- <p>The number of milliseconds during which the sockets used by this
+ <p>The number of seconds during which the sockets used by this
<strong>Connector</strong> will linger when they are closed.
- The default value <code>-1</code> which disables this option.</p>
+ If not specified, the JVM default will be used.</p>
</attribute>
<attribute name="connectionTimeout" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]