Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 45914 invoked from network); 16 May 2006 18:52:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 18:52:41 -0000 Received: (qmail 48723 invoked by uid 500); 16 May 2006 18:52:41 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 48696 invoked by uid 500); 16 May 2006 18:52:41 -0000 Mailing-List: contact jcs-users-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Users List" Delivered-To: mailing list jcs-users@jakarta.apache.org Received: (qmail 48685 invoked by uid 99); 16 May 2006 18:52:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 11:52:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.216.91.20] (HELO chordiant.com) (192.216.91.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 11:52:39 -0700 Received: from ponyxpress.chordiant.com ([10.88.0.23]) by chordiant.com (8.11.7p1+Sun/8.11.6) with ESMTP id k4GIqHX20706 for ; Tue, 16 May 2006 11:52:17 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C67919.DA0AED66" Subject: UDP Discovery mode with JCS 1.2.7.3 Date: Tue, 16 May 2006 11:52:16 -0700 Message-ID: <1F4FAD68F7B9244681C6F4B611278DB471043A@ponyxpress.chordiant.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: UDP Discovery mode with JCS 1.2.7.3 Thread-Index: AcZ5Gdr2hNFjH+hqTPmf93eOf1SspQ== From: "Michael Toback" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C67919.DA0AED66 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 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. =20 The documentation shows an example configuration to be: =20 jcs.auxiliary.LTCP=3Dorg.apache.jcs.auxiliary.lateral.LateralCacheFactory= jcs.auxiliary.LTCP.attributes=3Dorg.apache.jcs.auxiliary.lateral.LateralC= a cheAttributes jcs.auxiliary.LTCP.attributes.TransmissionTypeName=3DTCP jcs.auxiliary.LTCP.attributes.TcpListenerPort=3D1110 jcs.auxiliary.LTCP.attributes.PutOnlyMode=3Dtrue jcs.auxiliary.LTCP.attributes.UdpDiscoveryAddr=3D228.5.6.8 jcs.auxiliary.LTCP.attributes.UdpDiscoveryPort=3D6780 jcs.auxiliary.LTCP.attributes.UdpDiscoveryEnabled=3Dtrue =20 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). =20 Has anyone got this working or can anyone provide an updated example of how to use this? =20 Thanks, =20 Michael Toback Principal Engineer Chordiant Software Cupertino, California =20 ------_=_NextPart_001_01C67919.DA0AED66--