http://tomcat.apache.org/tomcat-7.0-doc/monitoring.html</a>.</p>
<p>Each task element can open a new jmx connection or reference an
- existing one. The following attribute are exists in every tasks:
-</p>
+existing one. The following attribute are exists in every tasks:</p>
<table>
<tr>
</table>
<p><strong>NOTE</strong> - This Tasks only work,
- when JSR 160 MBean Adaptor as remote jvm is configured.</p>
+when JSR 160 MBean Adaptor as remote jvm is configured.</p>
</body>
group="Connector"
type="org.apache.catalina.connector.Connector">
- <!-- Common -->
+ <!-- Common -->
<attribute name="acceptCount"
description="The accept count for this Connector"
type="int"/>
-
- <!-- Common -->
+
+ <!-- Common -->
<attribute name="address"
description="The IP address on which to bind"
type="java.lang.String"/>
description="Linger value on the incoming connection"
type="int"/>
- <!-- Common -->
+ <!-- Common -->
<attribute name="connectionTimeout"
description="Timeout value on the incoming connection"
type="int"/>
description="The 'enable DNS lookups' flag for this Connector"
type="boolean"/>
- <!-- Common -->
+ <!-- Common -->
<attribute name="keepAliveTimeout"
description="The number of seconds Tomcat will wait for a subsequent request before closing the connection"
type="int"/>
- <attribute name="maxKeepAliveRequests"
+ <attribute name="maxKeepAliveRequests"
description="Maximum number of Keep-Alive requests to honor per connection"
type="int"/>
description="Maximum size of a POST which will be saved by the container during authentication"
type="int"/>
- <!-- Common -->
- <attribute name="maxThreads"
+ <!-- Common -->
+ <attribute name="maxThreads"
description="The maximum number of request processing threads to be created"
type="int"/>
description="The number of request processing threads that will be created"
type="int"/>
- <!-- Common -->
+ <!-- Common -->
<attribute name="port"
description="The port number on which we listen for ajp13 requests"
type="int"/>
description="Thread pool strategy"
type="java.lang.String"/>
- <!-- Common -->
+ <!-- Common -->
<attribute name="tcpNoDelay"
description="Should we use TCP no delay?"
type="boolean"/>
<plugin-class>org.apache.jasper.tagplugins.jstl.core.ForEach</plugin-class>
</tag-plugin>
<tag-plugin>
- <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class>
- <plugin-class>org.apache.jasper.tagplugins.jstl.core.Out</plugin-class>
+ <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class>
+ <plugin-class>org.apache.jasper.tagplugins.jstl.core.Out</plugin-class>
</tag-plugin>
<tag-plugin>
<tag-class>org.apache.taglibs.standard.tag.rt.core.SetTag</tag-class>