锘??xml version="1.0" encoding="utf-8" standalone="yes"?>欧美福利一区二区三区,亚洲一区自拍,中文字幕在线看http://www.aygfsteel.com/kit-soft/archive/2009/09/02/292983.html#293625kit_lokit_loWed, 02 Sep 2009 09:18:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/09/02/292983.html#293625浣犵敤鐨勬槸鍝釜鐗堟湰鐨刟pache tomcat

kit_lo 2009-09-02 17:18 鍙戣〃璇勮
]]>
re: tomcat 涓夌闆嗙兢鏂瑰紡[鏈櫥褰昡http://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293243SamuelSamuelSun, 30 Aug 2009 16:12:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293243
workers.properties鏂囦歡

# BEGIN workers.properties
# setting tomcat_home and java_home
workers.tomcat_home=/usr/local/bcinfo/webapp/apache-tomcat-6.0.20
workers.java_home=/usr/local/bcinfo/java/jdk1.6.0_10


worker.list = controller,tomcat1,tomcat2,status #server 鍒楄〃
#========tomcat1========
worker.tomcat1.port=8009 #ajp13 绔彛鍙鳳紝鍦╰omcat涓媠erver.xml閰嶇疆,榛樿8009
worker.tomcat1.host=10.25.71.35 #tomcat鐨勪富鏈哄湴鍧錛屽涓嶄負鏈満錛岃濉啓ip鍦板潃
worker.tomcat1.type=ajp13
worker.tomcat1.lbfactor=1 #server鐨勫姞鏉冩瘮閲嶏紝鍊艱秺楂橈紝鍒嗗緱鐨勮姹傝秺澶?
worker.tomcat1.connection_pool_timeout=750
worker.tomcat1.socket_keepalive=0
worker.tomcat1.socket_timeout=300000
worker.tomcat1.connect_timeout=10000
worker.tomcat1.reply_timeout=330000

#========tomcat2========
worker.tomcat2.port=8009 #ajp13 绔彛鍙鳳紝鍦╰omcat涓媠erver.xml閰嶇疆,榛樿8009
worker.tomcat2.host=10.25.71.36 #tomcat鐨勪富鏈哄湴鍧錛屽涓嶄負鏈満錛岃濉啓ip鍦板潃
worker.tomcat2.type=ajp13
worker.tomcat2.lbfactor=1 #server鐨勫姞鏉冩瘮閲嶏紝鍊艱秺楂橈紝鍒嗗緱鐨勮姹傝秺澶?
worker.tomcat2.connection_pool_timeout=750
worker.tomcat2.socket_keepalive=0
worker.tomcat2.socket_timeout=300000
worker.tomcat2.connect_timeout=10000
worker.tomcat2.reply_timeout=330000

#========controller,璐熻澆鍧囪 鎺у埗鍣?=======
worker.controller.type=lb
worker.controller.balance_workers=tomcat1,tomcat2 #鎸囧畾鍒嗘媴璇鋒眰鐨則omcat
worker.controller.sticky_session=1

worker.status.type=status

Samuel 2009-08-31 00:12 鍙戣〃璇勮
]]>
re: tomcat 涓夌闆嗙兢鏂瑰紡[鏈櫥褰昡http://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293242SamuelSamuelSun, 30 Aug 2009 16:10:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293242<Engine name="Catalina" defaultHost="localhost" jvmRoute="tomcat2">

<Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver"
address="10.25.71.36"





Samuel 2009-08-31 00:10 鍙戣〃璇勮
]]>
re: tomcat 涓夌闆嗙兢鏂瑰紡[鏈櫥褰昡http://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293241SamuelSamuelSun, 30 Aug 2009 16:09:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/08/31/292983.html#293241
<!--For clustering, please take a look at documentation at:
/docs/cluster-howto.html (simple how to)
/docs/config/cluster.html (reference documentation) -->

<!--<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>-->
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"
channelSendOptions="8">

<!--<Manager className="org.apache.catalina.ha.session.DeltaManager"
expireSessionsOnShutdown="false"
notifyListenersOnReplication="true"/> -->
<Manager className="org.apache.catalina.ha.session.BackupManager"
expireSessionsOnShutdown="false"
notifyListenersOnReplication="true"
mapSendOptions="6"/>

<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="10.25.71.35"
port="4000"
autoBind="100"
selectorTimeout="5000"
maxThreads="6"/>

<Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter">
<Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"
timeout="60000" keepAliveCount="0" keepAliveTime="120000" maxRetryAttempts="10"/>
</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=""/>
<Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve"/>

<Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer"
tempDir="/tmp/war-temp/"
deployDir="/tmp/war-deploy/"
watchDir="/tmp/war-listen/"
watchEnabled="false"/>

<ClusterListener className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/>
<ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/>
</Cluster>

Samuel 2009-08-31 00:09 鍙戣〃璇勮
]]>
re: log4j閰嶇疆紲ヨВhttp://www.aygfsteel.com/kit-soft/archive/2009/08/29/292977.html#293113絎戝彛甯稿紑銆佽儲婧愭粴婊氭潵錛?/dc:creator>絎戝彛甯稿紑銆佽儲婧愭粴婊氭潵錛?/author>Sat, 29 Aug 2009 11:32:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/08/29/292977.html#293113

]]>
re: tomcat 涓夌闆嗙兢鏂瑰紡http://www.aygfsteel.com/kit-soft/archive/2009/08/29/292983.html#293110璋㈠崜鍒?/dc:creator>璋㈠崜鍒?/author>Sat, 29 Aug 2009 11:06:00 GMThttp://www.aygfsteel.com/kit-soft/archive/2009/08/29/292983.html#293110鍐嶆鍗佸垎鎰熻阿

]]>
主站蜘蛛池模板: 若羌县| 淮阳县| 衡水市| 哈密市| 肥乡县| 大石桥市| 崇文区| 丹江口市| 衡水市| 峡江县| 施秉县| 乾安县| 新田县| 巍山| 台州市| 大渡口区| 新竹市| 大石桥市| 泰宁县| 汉源县| 陇川县| 酒泉市| 博野县| 肥东县| 运城市| 南皮县| 镇雄县| 乐至县| 湘阴县| 辽宁省| 榕江县| 嘉祥县| 吐鲁番市| 星子县| 武威市| 岳阳市| 宝清县| 镇坪县| 宁国市| 沁阳市| 荣昌县|