Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 87571 invoked from network); 2 Dec 2006 11:55:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2006 11:55:32 -0000 Received: (qmail 90987 invoked by uid 500); 2 Dec 2006 11:55:40 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 90977 invoked by uid 500); 2 Dec 2006 11:55:40 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 90968 invoked by uid 99); 2 Dec 2006 11:55:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 03:55:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of stefan.guggisberg@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 03:55:29 -0800 Received: by ug-out-1314.google.com with SMTP id m3so25655919uge for ; Sat, 02 Dec 2006 03:55:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F+/qnCKk+2FPk2GxpNwLf6A3jbxMFiqggZbBVHl+w6MQHR1sz9I9KTRVY7H0+CjoZEm9bcoCY1Kbqiq5MjfJq7++2flaQLjajjgOIaXj61Srq/XANodyGOQeo9NywWuttr2WJihgW7PlSr1NZ+ehyqQ3Be3+jcMBHJCKX3MwyTo= Received: by 10.78.180.16 with SMTP id c16mr5841319huf.1165060507743; Sat, 02 Dec 2006 03:55:07 -0800 (PST) Received: by 10.78.125.8 with HTTP; Sat, 2 Dec 2006 03:55:07 -0800 (PST) Message-ID: <90a8d1c00612020355j56933930k2810cc58cd4df7c6@mail.gmail.com> Date: Sat, 2 Dec 2006 12:55:07 +0100 From: "Stefan Guggisberg" To: users@jackrabbit.apache.org Subject: Re: Configuring workspaces In-Reply-To: <457085E1.2010503@fluent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <457085E1.2010503@fluent.com> X-Virus-Checked: Checked by ClamAV on apache.org hi mark, On 12/1/06, Mark Moales wrote: > Hi, > > From what I can tell, it appears that when I run jackrabbit, it pulls > workspace configuration data from a workspace.xml file. Since I didn't > create that file, I'm assuming it was created from the default settings > in my repository.xml. However, when I modify my workspace settings in > repository.xml, the settings are ignored unless I go and delete my > workspace directory. My question is this: > > Is there a way to force jackrabbit to pickup the new workspace settings > in repository.xml without deleting the workspace directory or do I have > to go and modify the workspace.xml file by hand? yes, the element in repository.xml solely serves as template for the workspace.xml when a new workspace is created. cheers stefan > > Thanks, > > Mark >