Hi,

 I almost forgot about this one :-)

----- Original Message ----

> From: Filip Hanik - Dev Lists <devli...@hanik.com>
> To: Tomcat Users List <users@tomcat.apache.org>
> Sent: Tue, June 7, 2011 1:07:20 AM
> Subject: Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering
> 
> 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
> 

 I know those pages. They are not that much helpful (IMO) in the transition. 
What I am looking for is a kind of side-by-side comparison of what changed 
between 5.5 and 6.0. Any pointers are welcome.

> 
> >  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
> 

 OK, I figured that out.

Cheers
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to