Author: kfujino Date: Tue Jun 18 09:28:39 2013 New Revision: 1494079 URL: http://svn.apache.org/r1494079 Log: Complete the document for MessageDispatch15Interceptor.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1494079&r1=1494078&r2=1494079&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Jun 18 09:28:39 2013 @@ -92,6 +92,14 @@ </add> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <add> + Complete the document for <code>MessageDispatch15Interceptor</code>. + (kfujino) + </add> + </changelog> + </subsection> <subsection name="Other"> <changelog> <update> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1494079&r1=1494078&r2=1494079&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Tue Jun 18 09:28:39 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org