Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29200 invoked from network); 2 Sep 2006 05:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2006 05:57:57 -0000 Received: (qmail 87854 invoked by uid 500); 2 Sep 2006 05:57:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87820 invoked by uid 500); 2 Sep 2006 05:57:56 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 87811 invoked by uid 99); 2 Sep 2006 05:57:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 22:57:56 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ksunithaghm@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 22:57:55 -0700 Received: by py-out-1112.google.com with SMTP id d80so1548730pyd for ; Fri, 01 Sep 2006 22:57:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=h7BJW119IOIYyegUnwQeGXco4+ElxFGqft+IBdailkzkJyp6nK0wHKBNpkriKCvUGOdEeIwV2BbAL9RsDIgqXssKKJhAsb5YitNR57gLB0GUb8Rcf863Mgi8e0skBgqdzBscfbwntVO7DoaIrrL2o9Hfgn8NDgdRozm+pxknxY4= Received: by 10.35.57.5 with SMTP id j5mr4663332pyk; Fri, 01 Sep 2006 22:57:01 -0700 (PDT) Received: from ?71.131.16.169? ( [71.131.16.169]) by mx.gmail.com with ESMTP id i72sm2518944pye.2006.09.01.22.57.00; Fri, 01 Sep 2006 22:57:01 -0700 (PDT) Message-ID: <44F91CC4.6030002@gmail.com> Date: Fri, 01 Sep 2006 22:55:16 -0700 From: Sunitha Kambhampati User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: derby.service property references in dev guide, should these be cleaned up ? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I was reviewing developer guide and came across derby.service property being referenced in a few (3)places and it tells you to see this property in the tuning guide. But I dont see this property is tuning guide. http://db.apache.org/derby/docs/dev/devguide/cdevdvlp27610.html "You can use a property (see /"derby.service" /in /Tuning Derby/) to include databases in other directories or in subdirectories of the system directory in the current system when you start it up." <>So, is it ok to remove these references in dev guide.? fwiw, I searched the source code and I didnt see derby.service property. There are some internal monitor properties starting with derby.service* Thanks, Sunitha.