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 2018/03/20 06:20:46 UTC

svn commit: r1827270 - in /tomcat/tc8.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

Author: kfujino
Date: Tue Mar 20 06:20:46 2018
New Revision: 1827270

URL: http://svn.apache.org/viewvc?rev=1827270&view=rev
Log:
Add document for FragmentationInterceptor.

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1827270&r1=1827269&r2=1827270&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Tue Mar 20 06:20:46 2018
@@ -106,6 +106,9 @@
         a plain text response. Based on a suggestion from Muthukumar Marikani.
         (markt)
       </add>
+      <add>
+        Add document for <code>FragmentationInterceptor</code>. (kfujino)
+      </add>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1827270&r1=1827269&r2=1827270&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Tue Mar 20 06:20:46 2018
@@ -109,6 +109,18 @@
      </attribute>
    </attributes>
   </subsection>
+  <subsection name="org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor Attributes">
+   <attributes>
+     <attribute name="expire" required="false">
+       How long do we keep the fragments in memory and wait for the rest to arrive.
+       The default is 60000 ms.
+     </attribute>
+     <attribute name="maxSize" required="false">
+       The maximum message size in bytes. If the message size exceeds this value, this interceptor fragments the message and sends them.
+       If it is less than this value, this interceptor does not fragment the message and sent in as one message. The default is 1024*100.
+     </attribute>
+   </attributes>
+  </subsection>
   <subsection name="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor Attributes">
    <attributes>
      <attribute name="className" required="true">



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