Created
May 18, 2016 10:27
-
-
Save hufon/fc0f4ed49decd52f8b8e55860ddd2dc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" | |
channelSendOptions="6"> | |
<Manager className="org.apache.catalina.ha.session.DeltaManager" | |
expireSessionsOnShutdown="false" | |
notifyListenersOnReplication="true"/> | |
<Channel className="org.apache.catalina.tribes.group.GroupChannel"> | |
<Membership className="org.apache.catalina.tribes.membership.McastService" | |
address="228.0.0.4" | |
port="45564" | |
frequency="500" | |
dropTime="3000"/> | |
<Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver" | |
address="auto" | |
port="5000" | |
selectorTimeout="100" | |
maxThreads="6"/> | |
<Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter"> | |
<Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/> | |
</Sender> | |
<Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/> | |
<Interceptor className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"/> | |
<Interceptor className="org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor"/> | |
</Channel> | |
<Valve className="org.apache.catalina.ha.tcp.ReplicationValve" | |
filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;"/> | |
<Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve"/> | |
<ClusterListener className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/> | |
<ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/> | |
</Cluster> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment