﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-kit-soft-最新评论</title><link>http://www.blogjava.net/kit-soft/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Wed, 02 Sep 2009 09:20:30 GMT</pubDate><lastBuildDate>Wed, 02 Sep 2009 09:20:30 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: tomcat 三种集群方式</title><link>http://www.blogjava.net/kit-soft/archive/2009/09/02/292983.html#293625</link><dc:creator>kit_lo</dc:creator><author>kit_lo</author><pubDate>Wed, 02 Sep 2009 09:18:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/09/02/292983.html#293625</guid><description><![CDATA[@谢卓刚<br>你用的是哪个版本的apache tomcat<img src ="http://www.blogjava.net/kit-soft/aggbug/293625.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">kit_lo</a> 2009-09-02 17:18 <a href="http://www.blogjava.net/kit-soft/archive/2009/09/02/292983.html#293625#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: tomcat 三种集群方式[未登录]</title><link>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293243</link><dc:creator>Samuel</dc:creator><author>Samuel</author><pubDate>Sun, 30 Aug 2009 16:12:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293243</guid><description><![CDATA[Apache的配置<br><br>workers.properties文件 <br><br># BEGIN workers.properties<br># setting tomcat_home and java_home<br>workers.tomcat_home=/usr/local/bcinfo/webapp/apache-tomcat-6.0.20<br>workers.java_home=/usr/local/bcinfo/java/jdk1.6.0_10<br><br><br>worker.list = controller,tomcat1,tomcat2,status #server 列表   <br>#========tomcat1========   <br>worker.tomcat1.port=8009 #ajp13 端口号，在tomcat下server.xml配置,默认8009   <br>worker.tomcat1.host=10.25.71.35  #tomcat的主机地址，如不为本机，请填写ip地址   <br>worker.tomcat1.type=ajp13   <br>worker.tomcat1.lbfactor=1   #server的加权比重，值越高，分得的请求越多   <br>worker.tomcat1.connection_pool_timeout=750<br>worker.tomcat1.socket_keepalive=0<br>worker.tomcat1.socket_timeout=300000<br>worker.tomcat1.connect_timeout=10000<br>worker.tomcat1.reply_timeout=330000<br> <br>#========tomcat2========   <br>worker.tomcat2.port=8009       #ajp13 端口号，在tomcat下server.xml配置,默认8009   <br>worker.tomcat2.host=10.25.71.36  #tomcat的主机地址，如不为本机，请填写ip地址   <br>worker.tomcat2.type=ajp13   <br>worker.tomcat2.lbfactor=1   #server的加权比重，值越高，分得的请求越多   <br>worker.tomcat2.connection_pool_timeout=750<br>worker.tomcat2.socket_keepalive=0<br>worker.tomcat2.socket_timeout=300000<br>worker.tomcat2.connect_timeout=10000<br>worker.tomcat2.reply_timeout=330000<br>  <br>#========controller,负载均衡控制器========   <br>worker.controller.type=lb   <br>worker.controller.balance_workers=tomcat1,tomcat2   #指定分担请求的tomcat   <br>worker.controller.sticky_session=1 <br><br>worker.status.type=status <img src ="http://www.blogjava.net/kit-soft/aggbug/293243.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">Samuel</a> 2009-08-31 00:12 <a href="http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293243#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: tomcat 三种集群方式[未登录]</title><link>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293242</link><dc:creator>Samuel</dc:creator><author>Samuel</author><pubDate>Sun, 30 Aug 2009 16:10:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293242</guid><description><![CDATA[注意另一台要修改为 <br>&lt;Engine name=&quot;Catalina&quot; defaultHost=&quot;localhost&quot; jvmRoute=&quot;tomcat2&quot;&gt; <br><br>&lt;Receiver className=&quot;org.apache.catalina.tribes.transport.nio.NioReceiver&quot; <br>address=&quot;10.25.71.36&quot; <br><br><br><br><img src ="http://www.blogjava.net/kit-soft/aggbug/293242.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">Samuel</a> 2009-08-31 00:10 <a href="http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293242#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: tomcat 三种集群方式[未登录]</title><link>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293241</link><dc:creator>Samuel</dc:creator><author>Samuel</author><pubDate>Sun, 30 Aug 2009 16:09:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293241</guid><description><![CDATA[    &lt;Engine name=&quot;Catalina&quot; defaultHost=&quot;localhost&quot; jvmRoute=&quot;tomcat1&quot;&gt;<br><br>      &lt;!--For clustering, please take a look at documentation at:<br>          /docs/cluster-howto.html  (simple how to)<br>          /docs/config/cluster.html (reference documentation) --&gt;<br>      <br>      &lt;!--&lt;Cluster className=&quot;org.apache.catalina.ha.tcp.SimpleTcpCluster&quot;/&gt;--&gt;<br>        &lt;Cluster className=&quot;org.apache.catalina.ha.tcp.SimpleTcpCluster&quot;<br>                  channelSendOptions=&quot;8&quot;&gt;<br><br>         &lt;!--&lt;Manager className=&quot;org.apache.catalina.ha.session.DeltaManager&quot;<br>                    expireSessionsOnShutdown=&quot;false&quot;<br>                   notifyListenersOnReplication=&quot;true&quot;/&gt;  --&gt;<br>        &lt;Manager className=&quot;org.apache.catalina.ha.session.BackupManager&quot; <br>                expireSessionsOnShutdown=&quot;false&quot; <br>                notifyListenersOnReplication=&quot;true&quot; <br>                mapSendOptions=&quot;6&quot;/&gt; <br> <br>          &lt;Channel className=&quot;org.apache.catalina.tribes.group.GroupChannel&quot;&gt;<br>                &lt;Membership className=&quot;org.apache.catalina.tribes.membership.McastService&quot;<br>                         address=&quot;228.0.0.4&quot;<br>                        port=&quot;45564&quot;<br>                         frequency=&quot;500&quot;<br>                        dropTime=&quot;3000&quot;/&gt;<br>                &lt;Receiver className=&quot;org.apache.catalina.tribes.transport.nio.NioReceiver&quot;<br>                      address=&quot;10.25.71.35&quot;<br>                       port=&quot;4000&quot;<br>                      autoBind=&quot;100&quot;<br>                       selectorTimeout=&quot;5000&quot;<br>                      maxThreads=&quot;6&quot;/&gt;<br> <br>                &lt;Sender className=&quot;org.apache.catalina.tribes.transport.ReplicationTransmitter&quot;&gt;<br>                        &lt;Transport className=&quot;org.apache.catalina.tribes.transport.nio.PooledParallelSender&quot; <br>                             timeout=&quot;60000&quot; keepAliveCount=&quot;0&quot; keepAliveTime=&quot;120000&quot; maxRetryAttempts=&quot;10&quot;/&gt;<br>                &lt;/Sender&gt;<br>                &lt;Interceptor className=&quot;org.apache.catalina.tribes.group.interceptors.TcpFailureDetector&quot;/&gt;<br>                &lt;Interceptor className=&quot;org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor&quot;/&gt;<br>                &lt;Interceptor className=&quot;org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor&quot;/&gt; <br>           &lt;/Channel&gt;<br><br>          &lt;Valve className=&quot;org.apache.catalina.ha.tcp.ReplicationValve&quot;<br>                  filter=&quot;&quot;/&gt;<br>          &lt;Valve className=&quot;org.apache.catalina.ha.session.JvmRouteBinderValve&quot;/&gt;<br> <br>          &lt;Deployer className=&quot;org.apache.catalina.ha.deploy.FarmWarDeployer&quot;<br>                    tempDir=&quot;/tmp/war-temp/&quot;<br>                     deployDir=&quot;/tmp/war-deploy/&quot;<br>                    watchDir=&quot;/tmp/war-listen/&quot;<br>                     watchEnabled=&quot;false&quot;/&gt;<br><br>          &lt;ClusterListener className=&quot;org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener&quot;/&gt;<br>          &lt;ClusterListener className=&quot;org.apache.catalina.ha.session.ClusterSessionListener&quot;/&gt;<br>        &lt;/Cluster&gt;<img src ="http://www.blogjava.net/kit-soft/aggbug/293241.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">Samuel</a> 2009-08-31 00:09 <a href="http://www.blogjava.net/kit-soft/archive/2009/08/31/292983.html#293241#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: log4j配置祥解</title><link>http://www.blogjava.net/kit-soft/archive/2009/08/29/292977.html#293113</link><dc:creator>笑口常开、财源滚滚来！</dc:creator><author>笑口常开、财源滚滚来！</author><pubDate>Sat, 29 Aug 2009 11:32:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/08/29/292977.html#293113</guid><description><![CDATA[谢谢了。收藏了。<img src ="http://www.blogjava.net/kit-soft/aggbug/293113.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">笑口常开、财源滚滚来！</a> 2009-08-29 19:32 <a href="http://www.blogjava.net/kit-soft/archive/2009/08/29/292977.html#293113#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: tomcat 三种集群方式</title><link>http://www.blogjava.net/kit-soft/archive/2009/08/29/292983.html#293110</link><dc:creator>谢卓刚</dc:creator><author>谢卓刚</author><pubDate>Sat, 29 Aug 2009 11:06:00 GMT</pubDate><guid>http://www.blogjava.net/kit-soft/archive/2009/08/29/292983.html#293110</guid><description><![CDATA[你好，我把Apache和Tomcat整合的时候用的是jk，可以运行，但是一直存在一些问题。麻烦你一下，可以给我发一个比较完整的配置文件吗？谢谢你了。我的邮箱是xiezhuogang@126.com.<br>再次十分感谢<img src ="http://www.blogjava.net/kit-soft/aggbug/293110.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kit-soft/" target="_blank">谢卓刚</a> 2009-08-29 19:06 <a href="http://www.blogjava.net/kit-soft/archive/2009/08/29/292983.html#293110#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>