From user-return-15015-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Aug 17 06:31:40 2010 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 96117 invoked from network); 17 Aug 2010 06:31:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 06:31:40 -0000 Received: (qmail 11843 invoked by uid 500); 17 Aug 2010 06:31:40 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 11461 invoked by uid 500); 17 Aug 2010 06:31:37 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 11454 invoked by uid 99); 17 Aug 2010 06:31:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 06:31:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.161.182 as permitted sender) Received: from [209.85.161.182] (HELO mail-gx0-f182.google.com) (209.85.161.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 06:31:11 +0000 Received: by gxk24 with SMTP id 24so2855495gxk.13 for ; Mon, 16 Aug 2010 23:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=4lGDf3v5Kd53RI9w9i+kwG9mx13VwnUu9F3cpiKOszo=; b=mqUQtAnqP7fNPZz4GvrcpX9tLOZD4quXDtM40pTl0QRsTwcitYzutPwM0MIL7FpfRJ V1q8yK8r409NyON6vkiPRwkhuViMDh30nIL43J7+6V+YXjhPrQRyHOQcg2NjTL+UwQd5 F1eWfDxBk0fhX5aM/2O1A5Ib5xotZLI85L0gY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=xkMjqtqlPBNXAUZ0tKZJm09ntPEm89park6GyyaF7UwMx4493+14xRV8cA+WJWNREo Azte39ENjOjzWem8+64HuOUj1jwuLx2/G5bVNLuaQ2EyMTtBBozgU99Lk3t5H/W0ZevY s0rVyaNNjNRrSQ7Dh6SRc6g0a4OWioWmf2nqA= Received: by 10.150.148.16 with SMTP id v16mr2473946ybd.268.1282026650773; Mon, 16 Aug 2010 23:30:50 -0700 (PDT) Received: from [10.0.1.200] (cpe-075-189-199-238.nc.res.rr.com [75.189.199.238]) by mx.google.com with ESMTPS id q21sm540468ybk.3.2010.08.16.23.30.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Aug 2010 23:30:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Multiple Geronimo servers ejbd redirection. From: Kevan Miller In-Reply-To: <1281944047467-1166471.post@n3.nabble.com> Date: Tue, 17 Aug 2010 02:30:47 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <8B35D094-B3D7-4FDB-9780-9A51139D9153@gmail.com> References: <5895.901.1612-10346-450244927-1281620528@seznam.cz> <1281944047467-1166471.post@n3.nabble.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org On Aug 16, 2010, at 3:34 AM, lubomir.benes wrote: >=20 > It is set to MulticastDiscoveryPort=3D6142. Should I remove this = parameter? Apologies, I wasn't very clear in my previous note. Edit = var/config/config.xml, locate the following section: ${OpenEJBPort + = PortOffset} ${ServerHostname} ${MulticastDiscoveryAddress} ${MulticastDiscoveryPort} ${ClusterName} And add the following attribute to the EJBNetworkService GBean: false --kevan=