Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 76394 invoked from network); 16 Oct 2006 18:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 18:43:12 -0000 Received: (qmail 71680 invoked by uid 500); 16 Oct 2006 18:43:10 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 71644 invoked by uid 500); 16 Oct 2006 18:43:09 -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 71633 invoked by uid 99); 16 Oct 2006 18:43:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 11:43:09 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [148.141.15.154] (HELO lnhost24.sherwin.com) (148.141.15.154) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 11:43:04 -0700 Received: from lnhost23.sherwin.com (lnhost23-out.sherwin.com [192.168.12.23]) by lnhost24.sherwin.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k9GIghTH028809 for ; Mon, 16 Oct 2006 14:42:43 -0400 (EDT) Received: from lnhost40.sherwin.com (cbdserv4.sherwin.com [10.25.1.40]) by lnhost23.sherwin.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k9GIggXx004639 for ; Mon, 16 Oct 2006 14:42:42 -0400 (EDT) Received: from clemail2.sherwin.com (clemail2.sherwin.com [148.141.17.103]) by lnhost40.sherwin.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k9GIgfgu023183 for ; Mon, 16 Oct 2006 14:42:41 -0400 (EDT) To: "Derby Discussion" Subject: Re: Derby 10.1.3.1 Embedded+Network MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.9a January 7, 2002 Message-ID: From: michael.mouer@sherwin.com Date: Mon, 16 Oct 2006 14:42:40 -0400 X-MIMETrack: Serialize by Router on CLEMail2/CLE/Sherwin-Williams(Release 6.5.5FP1 | April 14, 2006) at 10/16/2006 14:42:41, Serialize complete at 10/16/2006 14:42:41 Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Then you want to run NetWorkServer mode and not Embedded mode. mballard@oreillyauto.com 10/16/2006 01:58 PM Please respond to "Derby Discussion" To: derby-user@db.apache.org cc: Subject: Derby 10.1.3.1 Embedded+Network I have configured Derby to run in embedded mode, including starting the Network Framework, within Tomcat5. Everything works fine, except that when I connect to the Network framework, ie, via ij or from another machine on the network, using a query tool, I seem to only get a Read-Only connection. If I drop Tomcat (& the embedded instance of Derby) and start a pure NetworkServer instance then I can get a read-write connection. My goal is to run Derby embedded in Tomcat, while still having the luxury of accessing Derby via the network for queries, maintenance, etc. Thanks for any help.