From derby-user-return-1669-apmail-db-derby-user-archive=db.apache.org@db.apache.org Thu Aug 11 09:57:36 2005 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 10547 invoked from network); 11 Aug 2005 09:57:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 09:57:35 -0000 Received: (qmail 31318 invoked by uid 500); 11 Aug 2005 09:57:33 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 31290 invoked by uid 500); 11 Aug 2005 09:57:33 -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 31194 invoked by uid 99); 11 Aug 2005 09:57:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 02:57:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cowanj@freenet.co.uk designates 217.28.130.98 as permitted sender) Received: from [217.28.130.98] (HELO thmailsite5.services.byworkwise.com) (217.28.130.98) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 02:57:54 -0700 Received: from BOB (unverified [81.130.74.173]) by freenet.co.uk (Rockliffe SMTPRA 5.3.11) with ESMTP id for ; Thu, 11 Aug 2005 10:51:52 +0100 Message-ID: <007001c59e5b$14a223b0$0500a8c0@BOB> Reply-To: "James Cowan" From: "James Cowan" To: "Derby Discussion" References: <42F79B36.9010503@sun.com> <42F7E9DF.8070102@nuix.com.au><42F7EA63.20504@sun.com> <42F85298.8090301@gmail.com><42F8D8B1.2000002@sun.com> <004301c59d0f$f13b6900$e3118780@skate><009501c59ded$52d04cc0$e3118780@skate><005901c59e54$11d83270$0500a8c0@BOB> Subject: Re: remote connections to embedded derby Date: Thu, 11 Aug 2005 10:57:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N can the network server be embedded? >From reading http://db.apache.org/derby/docs/adminguide/cadminov825266.html it does not look that it can be. James ----- Original Message ----- From: "Knut Anders Hatlen" To: "Derby Discussion" Cc: "James Cowan" Sent: Thursday, August 11, 2005 10:31 AM Subject: Re: remote connections to embedded derby > James Cowan writes: > > > Hi > > > > is it possible to make remote connections to an embedded derby database? > > No, you'll have to run the the network server. However, the network > server is just a layer of networking code on top of an embedded derby > database, so in some sense you can say it makes it possible to make > remote connections to an embedded database. But that wasn't what you > had in mind, I guess... > > -- > Knut Anders >