Hi,
I am trying to create a JCS cache which will sync up with multiple caches defined in appserver instances, in this case a WebSphere 6 cluster. The documentation shows an example configuration to be: jcs.auxiliary.LTCP=org.apache.jcs.auxiliary.lateral.LateralCacheFactory jcs.auxiliary.LTCP.attributes=org.apache.jcs.auxiliary.lateral.LateralCa cheAttributes jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP jcs.auxiliary.LTCP.attributes.TcpListenerPort=1110 jcs.auxiliary.LTCP.attributes.PutOnlyMode=true jcs.auxiliary.LTCP.attributes.UdpDiscoveryAddr=228.5.6.8 jcs.auxiliary.LTCP.attributes.UdpDiscoveryPort=6780 jcs.auxiliary.LTCP.attributes.UdpDiscoveryEnabled=true But the class LateralCacheFactory no longer exists in the jar. Using LateralTCPCacheFactory produces strange results as well (claiming that the UdpDiscoveryPort is not a valid multicast address). Has anyone got this working or can anyone provide an updated example of how to use this? Thanks, Michael Toback Principal Engineer Chordiant Software Cupertino, California