Hi.
SimpleTcpCluster#sendClusterDomain called when domainReplication is
true is as follows now.
===SimpleTcpCluster#sendClusterDomain===
public void sendClusterDomain(ClusterMessage msg) {
send(msg,null);
}
=== ===
the msg is transmitted to all cluster members.
domainReplication does not work correctly.
Tomcat7 and Tomcat6 have
org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor.
If DomainFilterInterceptor is used, session can be sent only to the
same domain.
Is DomainFilterInterceptor used instead of domainReplication?
Or, is SimpleTcpCluster#sendClusterDomain correctly fixed?
I intend to
remove domainReplication property in Tomcat7.0
and domainReplication property is changed to "Deprecated" in Tomcat6.0.
Any objections or advice?
--
Keiichi.Fujino
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]