Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 99761 invoked from network); 10 Dec 2007 17:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 17:36:30 -0000 Received: (qmail 82137 invoked by uid 500); 10 Dec 2007 17:36:18 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 82104 invoked by uid 500); 10 Dec 2007 17:36:18 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 82095 invoked by uid 99); 10 Dec 2007 17:36:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 09:36:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of snoopdave@gmail.com designates 64.233.170.190 as permitted sender) Received: from [64.233.170.190] (HELO rn-out-0102.google.com) (64.233.170.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 17:36:21 +0000 Received: by rn-out-0102.google.com with SMTP id e23so179649rng for ; Mon, 10 Dec 2007 09:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=et7NwSrqDJMwVBWvB9qI6DsDH174ihga1o4Vo1Ao/gw=; b=LLFVW2gkVtrv2e7TAGdX9nUN8r3ZfwRP1JetD0HmcHQk0PS4B104DPfltkkGYtTfdQPaYM+HVHDV9Ti5FKmkpPVuloh0YEH8E6pZHOIAPSriuL1vWF4nOjSk3nDwemNbFwku8vFh5nc46E0aK0BRedqzQTsfny73CVRlMhOBJq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WS0107qAlprnEppyEycRNVDiK0zkOp+YkB8REKRcYadFs18DR5fxNZ2aV0o30K5G8+nVkuvPx/Ay25a9XXoEOcnnTuSbGPNEe95BfYLHTedGfuvQppIk7AaQfR65juakUtH6WhQ2RsUL1eGp6FNwUU0rTNKsAJbvjRl/S5/TCaw= Received: by 10.150.200.8 with SMTP id x8mr687599ybf.1197308159243; Mon, 10 Dec 2007 09:35:59 -0800 (PST) Received: by 10.150.54.7 with HTTP; Mon, 10 Dec 2007 09:35:59 -0800 (PST) Message-ID: <8fb9ac720712100935i2daf7799ifad08919d02ef911@mail.gmail.com> Date: Mon, 10 Dec 2007 12:35:59 -0500 From: Dave To: user@roller.apache.org Subject: Re: Roller on Tomcat 5.5/Debian does not start: Cannot configure CacheManager? In-Reply-To: <475CD650.9080008@luzat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475CB607.7070909@luzat.com> <475CBAB5.80600@luzat.com> <475CD650.9080008@luzat.com> X-Virus-Checked: Checked by ClamAV on apache.org On Dec 10, 2007 1:01 AM, Thomas Luzat wrote: > Before I do try much longer to get it to work with a security manager: > > Is there a list of permissions neccessary to run roller available? Any > hints on what is needed? I would consider this a good addition to the > documentation. Yes, it would be a good addition to the docs. Here's a quick off-the-cuff list of permissons Roller needs: * read/write files in theme directory * read/write planet cache files * open network connection for Planet * read/write files in search index dir * read/write files in file upload dir - Dave