Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 44387 invoked from network); 20 Oct 2007 23:44:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2007 23:44:16 -0000 Received: (qmail 77004 invoked by uid 500); 20 Oct 2007 23:44:02 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 76967 invoked by uid 500); 20 Oct 2007 23:44:02 -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 76956 invoked by uid 99); 20 Oct 2007 23:44:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Oct 2007 16:44:02 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of skounis@gmail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Oct 2007 23:44:05 +0000 Received: by wx-out-0506.google.com with SMTP id h29so758061wxd for ; Sat, 20 Oct 2007 16:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=mHnuIhnwJj/2V5pmmhToGxjpSDahQgRv/FW7mc4xhcY=; b=C5DzwUu2MnRQ/BsuV9Bu/hb7buhYv9zxcsWO7hTClC+TwJP/TdnNC34c3KificCwJrQc5BQYJdSFCNvYVZ37g4aKhz4yq6btRPaAs1wETR2TdII7GlImtW9p8rT9gRNAx76YHMhN0ya+vW6NcWUcZkt5c5BkBvCbqLvZHcp63b4= 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=qcLOD9CU0Nb9EiQDeG+G0W0/LdSiOB+CKxftWF6npuOz5PloMkbYshWL4crKt5sOnGMm4dZJfekHeIesfpIZ1PApI2mLwpzbcUTFJO1N29geYB1mMhECOUenYDnYoyObmufyJqyyVfKAHoBlA4jkzfcSwzT48vkfHZuR3YjeGOs= Received: by 10.70.73.12 with SMTP id v12mr5814432wxa.1192923824419; Sat, 20 Oct 2007 16:43:44 -0700 (PDT) Received: by 10.70.117.4 with HTTP; Sat, 20 Oct 2007 16:43:44 -0700 (PDT) Message-ID: Date: Sun, 21 Oct 2007 02:43:44 +0300 From: "Stavros Kounis" To: "Derby Discussion" Subject: Re: derby.properties In-Reply-To: <13322434.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13322434.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Christos i use hibernate to serialize objects in derby using it in network server mode. Database location is set in connection url from property file: hibernate.connection.url=jdbc:derby://localhost:1527/C:\\Program Files\\Common Files\\Osmosis\\Paediatric\\databases\\pd; hope that this can help you /stavros On 10/20/07, Christos Vasilakis wrote: > > Hi there, > I use the startNetworkServer.sh to start the derby database. Is there any > way i can specify a default db directory for the databases. I understand > that there is a derby.system.home property which specifies just that, and it > must be defined in a derby.properties file. My question is where should i > put this derby.properties file so it can be picked up when the server boots > up using the startNetworkServer.sh script. > > Any ideas? > > Thanks in advance. > > Christos > -- > View this message in context: http://www.nabble.com/derby.properties-tf4663667.html#a13322434 > Sent from the Apache Derby Users mailing list archive at Nabble.com. > >