Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 65779 invoked from network); 6 Aug 2007 23:43:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 23:43:40 -0000 Received: (qmail 10422 invoked by uid 500); 6 Aug 2007 23:43:39 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 10395 invoked by uid 500); 6 Aug 2007 23:43:38 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 10384 invoked by uid 99); 6 Aug 2007 23:43:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 16:43:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mcintyre.a@gmail.com designates 209.85.128.186 as permitted sender) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 23:43:36 +0000 Received: by fk-out-0910.google.com with SMTP id f33so1661731fkf for ; Mon, 06 Aug 2007 16:43:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ADkDLo5S6xLbCLNDUpar5DyMdbdvr/nTVavoW8BMWhehWquXYZh9tmesEjTF+RZmc31RaKMqs6DMczDngaSgO5nEVVl3cu5gyCZ8JTmmxcjetqpNTqYq8IkhoiZXHbkJup/gn1il6GjZ5irL+OJF0NOAXs8VYpWrfKQD6s8VcRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TGfZS19mCAfVgjRQl/8CaIGJdZQ9XaBQfNJ49b5IfFxcGbERVQt8EiyAmGDChIsxM1XQJlEBgXC56MVLvE3uv6EoQJn6ZXjKMsJ0/9vXhEBWO62YKzBZy+ukdWrKIKR0MLDYAZC/fqvASDqpy57frINZ7t7zv4h5ZeAIPYmvr8Y= Received: by 10.82.136.4 with SMTP id j4mr6134994bud.1186443794091; Mon, 06 Aug 2007 16:43:14 -0700 (PDT) Received: by 10.82.124.14 with HTTP; Mon, 6 Aug 2007 16:43:14 -0700 (PDT) Message-ID: <54ac72d70708061643w6a60ca86w691c0a7ca0cac341@mail.gmail.com> Date: Mon, 6 Aug 2007 16:43:14 -0700 From: "Andrew McIntyre" To: "Derby Discussion" Subject: Re: remote network server - connection refused In-Reply-To: <46B6C855.5030909@Sun.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <74c06ff40708051059r5bf7734fjbbe85f9fdde75596@mail.gmail.com> <46B6C855.5030909@Sun.COM> X-Virus-Checked: Checked by ClamAV on apache.org On 8/6/07, John Embretsen wrote: > > I believe startNetworkServer (or any of the other scripts) does not pass any > options you specify on the command line along to the network server, which means > that the -h option you specified is ignored, and your server will only listen on > the local loopback interface. Actually, it's only startNetworkServer and stopNetworkServer that don't pass additional arguments on to NetworkServerControl. It would be simple to fix this, by adding $@ to the shell script versions and %DERBY_CMD_LINE_ARGS% to the batch versions to the lines with the NetworkServerControl command. I've made this change with revision 563340.