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:19:47 UTC

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

Author: kfujino
Date: Tue Mar 20 06:19:47 2018
New Revision: 1827269

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

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

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1827269&r1=1827268&r2=1827269&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Tue Mar 20 06:19:47 2018
@@ -105,6 +105,13 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <add>
+        Add document for <code>FragmentationInterceptor</code>. (kfujino)
+      </add>
+    </changelog>
+  </subsection>
   <subsection name="jdbc-pool">
     <changelog>
       <fix>

Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1827269&r1=1827268&r2=1827269&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/config/cluster-interceptor.xml Tue Mar 20 06:19:47 2018
@@ -108,6 +108,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.MessageDispatchInterceptor Attributes">
    <attributes>
      <attribute name="optionFlag" required="false">



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