|
时 间 记 忆 |
<< < 2018 - 10 > >>
日 |
一 |
二 |
三 |
四 |
五 |
六 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
|
|
|
|
|
|
|
|
|
多个tomact消息共享 |
[ 2017-10-27 16:01:00 | By: 我家超超会发光 ] |
<Engine name="Catalina" defaultHost="localhost" jvmRoute="apache-tomcat-7.0.69" >
<!--For clustering, please take a look at ***ation at: /docs/cluster-howto.html (simple how to) /docs/config/cluster.html (reference ***ation) --> <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"> <Membership className="org.apache.catalina.cluster.mcast.McastService" mcastBindAddress="192.168.56.117" mcastAddr="224.0.0.1" mcastPort="45564" mcastFrequency="500" mcastDropTime="3000"/> <Receiver className="org.apache.catalina.cluster.tcp.ReplicationListener"
tcpListenAddress="192.168.56.117" tcpListenPort="4002" tcpSelectorTimeout="100" tcpThreadCount="6"/> </Cluster> |
|
|
|
|