Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 42300 invoked from network); 27 Jul 2005 16:17:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 16:17:56 -0000 Received: (qmail 24133 invoked by uid 500); 27 Jul 2005 16:17:55 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 24120 invoked by uid 500); 27 Jul 2005 16:17:54 -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 24107 invoked by uid 99); 27 Jul 2005 16:17:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 09:17:54 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Aaron.Smuts@travelocity.com designates 151.193.220.19 as permitted sender) Received: from [151.193.220.19] (HELO sgtulmg02_out.sabre.com) (151.193.220.19) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 09:17:46 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) (10.12.64.4) by sgtulmg02_out.sabre.com with ESMTP; 27 Jul 2005 11:17:52 -0500 X-IronPort-AV: i="3.95,146,1120453200"; d="scan'208"; a="549748647:sNHT45367848" Received: from sgtulmsp04.Global.ad.sabre.com ([10.12.64.107]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 27 Jul 2005 11:17:51 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Lateral TCP Cache config file for torque 3.1 Date: Wed, 27 Jul 2005 11:17:50 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Lateral TCP Cache config file for torque 3.1 Thread-Index: AcWSwpXM4gJhfqD5QIWjkwMlYIL2QwAA7s/w From: "Smuts, Aaron" To: "JCS Users List" X-OriginalArrivalTime: 27 Jul 2005 16:17:51.0569 (UTC) FILETIME=[BC9FB410:01C592C6] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Since the TCP server binds to a port, you'd have to bind to a different port on the other instance. The easiest way is to have a different config file for the second server. You could put the port in jndi, pull it out of jndi in a startup servlet, load the cache.ccf properties, change the port value, and then initialize the cache using the Properties that you have modified. This would allow you to use the same config file, and only have different server configurations, which you will have to have anyway. Aaron =20 > -----Original Message----- > From: Mitch Gorman [mailto:gorman@sportsline.com] > Sent: Wednesday, July 27, 2005 11:42 AM > To: 'JCS Users List' > Subject: RE: Lateral TCP Cache config file for torque 3.1 >=20 > From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com] > > > > Get the 1.2.6.5 version of JCS and use the UDP discovery > > mechanism. It allows you to use the same config file on multiple > machines. > > >=20 > hey, aaron, a related question: i've got lateral caching working > just fine, however, it's conceivable that i may have more than one > instance > of my server app running on a given box. any (safe) way to do that? >=20 > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 7/25/2005 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jcs-users-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org For additional commands, e-mail: jcs-users-help@jakarta.apache.org