Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 13113 invoked from network); 13 Aug 2010 11:40:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Aug 2010 11:40:38 -0000 Received: (qmail 16355 invoked by uid 500); 13 Aug 2010 11:40:38 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 15621 invoked by uid 500); 13 Aug 2010 11:40:34 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 15607 invoked by uid 99); 13 Aug 2010 11:40:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 11:40:33 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcadu-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 11:40:25 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OjscG-0000Vo-Qb for users@directory.apache.org; Fri, 13 Aug 2010 13:40:04 +0200 Received: from 83.125.45.111 ([83.125.45.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 13:40:04 +0200 Received: from vs by 83.125.45.111 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 13:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@directory.apache.org From: Val Subject: Define a partition programmatically Date: Fri, 13 Aug 2010 11:19:09 +0000 (UTC) Lines: 16 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 83.125.45.111 (Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8) Hi folks, is it possible to define a partition programmatically without editing the server.xml and if so, how? I have an Apache Directory Server 1.5.7 on a unix machine and i am developing with Eclipse with the Apache Directory Studio plugin. My goal is to define and add partitions programmatically without being forced always to edit the server.xml and restart the server. The documentation doesn't make it clear if defining can be made programmatically. regards, Val