Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.
The following page has been changed by GregWilkins:
http://wiki.apache.org/geronimo/Jetty
------------------------------------------------------------------------------
</reference>
<attribute name="maxThreads">50</attribute>
<attribute name="minThreads">10</attribute>
+ <attribute name="maxIdleTimeMs">30000</attribute>
+ <attribute name="lowThreads">10</attribute>
+ <attribute name="lowThreadsMaxIdleTimeMs">900</attribute>
</gbean>
<gbean name="JettyAJP13Connector" class="org.apache.geronimo.jetty.connector.AJP13Connector">
@@ -74, +77 @@
|| {{{tcpNoDelay}}} || No || if true then setTcpNoDelay(true) is called on accepted sockets.
||
|| {{{redirectPort}}} || No || Port to redirect to for confidential connections. 0 if not
supported. ||
|| {{{connectUrl}}} || RO || The root URL with protocol, host and port ||
+ || {{{maxIdleTimeMs}}} || No || The time in milliseconds that a connection can be idle before
being closed ||
+ || {{{lowThreads}}} || No || If less than lowThreads threads are available, the lowThreadsMaxIdleTimeMs
is used ||
+ || {{{lowThreadsMaxIdleTimeMs}}} || No || The time in milliseconds that a connection can
be idle when the server is low on threads ||
-
- || {{{something}}} || No || blah blah blah ||
=== HTTP Attributes ===
|| '''Attribute''' || '''Required''' || '''Description''' ||
|