On 5/23/2011 6:50 AM, Martin Knoblauch wrote:
Hi,while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: <Sender className="org.apache.catalina.cluster.tcp.ReplicationTransmitter" replicationMode="fastasyncqueue" ackTimeout="15000" waitForAck="true"/>
channelSendOptions http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html
Are they still available with "org.apache.catalina.tribes.transport.ReplicationTransmitter"? Also, can I assume the "bindAddress" from "org.apache.catalina.cluster.mcast.McastService" is the same as "bind" from "org.apache.catalina.tribes.membership.McastService"?
yes http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-membership.html
Thanks Martin ------------------------------------------------------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1375 / Virus Database: 1511/3673 - Release Date: 06/01/11
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
