From derby-user-return-6925-apmail-db-derby-user-archive=db.apache.org@db.apache.org Tue Jun 05 19:06:20 2007 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 49515 invoked from network); 5 Jun 2007 19:06:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 19:06:18 -0000 Received: (qmail 47427 invoked by uid 500); 5 Jun 2007 19:06:10 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 47398 invoked by uid 500); 5 Jun 2007 19:06:10 -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 47373 invoked by uid 99); 5 Jun 2007 19:06:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:06:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.170.40.2] (HELO EPEXCH1.qlogic.org) (63.170.40.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:06:05 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Connection refused Date: Tue, 5 Jun 2007 14:05:06 -0500 Message-ID: In-Reply-To: <4665B00A.1070305@amberpoint.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Connection refused Thread-Index: Acenoh+NhDYl9tcQThe9fdbOp93g9gAAc/5g References: <4665B00A.1070305@amberpoint.com> From: "Steve Pannier" To: "Derby Discussion" X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the quick reply, Bryan. It's working now. Steve =20 >> -----Original Message----- >> From: Bryan Pendleton [mailto:bpendleton@amberpoint.com] >> Sent: Tuesday, June 05, 2007 1:49 PM >> To: Derby Discussion >> Subject: Re: Connection refused >>=20 >> > I am unable to connect successfully from a remote client running 'ij'. >>=20 >> By default, the Network Server will listen to requests only on >> the loopback address, which means that it will only accept >> connections from the local host. See: >> http://db.apache.org/derby/docs/dev/adminguide/tadmincbdjhhfd.html >> for a more detailed explanation. >>=20 >> To connect remotely, you should: >>=20 >> 1) Configure authentication mechanisms so that you aren't putting >> an unprotected resource up on the net. >> 2) Start the Network Server with the -h parameter to tell it to >> listen on a network-visible address. >>=20 >> thanks, >>=20 >> bryan >>=20