You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2013/06/18 11:20:15 UTC

svn commit: r1494078 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Author: kfujino
Date: Tue Jun 18 09:20:15 2013
New Revision: 1494078

URL: http://svn.apache.org/r1494078
Log:
Complete the document for MessageDispatch15Interceptor.

Modified:
    tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1494078&r1=1494077&r2=1494078&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Tue Jun 18 09:20:15 2013
@@ -118,6 +118,15 @@
        The dispatcher will trigger on this value only, as it is predefined by Tribes.
        The other attributes are inherited from its base class <code>org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor</code>.
      </attribute>
+     <attribute name="maxThreads" required="false">
+       The maximum number of threads in this pool, default is 10.
+     </attribute>
+     <attribute name="maxSpareThreads" required="false">
+       The number of threads to keep in the pool, default is 2.
+     </attribute>
+     <attribute name="keepAliveTime" required="false">
+       Maximum number of milliseconds of until Idle thread terminates. Default value is 5000(5 seconds).
+     </attribute>
    </attributes>
   </subsection>
   <subsection name="org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor Attributes">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org