Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 57628 invoked from network); 15 Aug 2008 10:55:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 10:55:38 -0000 Received: (qmail 42791 invoked by uid 500); 15 Aug 2008 10:55:37 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 42780 invoked by uid 500); 15 Aug 2008 10:55:37 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 42761 invoked by uid 99); 15 Aug 2008 10:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 03:55:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 10:54:41 +0000 Received: by mail.ecyrd.com (Postfix, from userid 1001) id 83B834818D; Fri, 15 Aug 2008 13:54:24 +0300 (EEST) Date: Fri, 15 Aug 2008 13:54:24 +0300 From: Janne Jalkanen To: jspwiki-user@incubator.apache.org Subject: Re: Central jspwiki.policy Message-ID: <20080815105424.GA24687@ecyrd.com> References: <5898c8010808150352r2ebb7c31w24ed80b50aedb3fe@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5898c8010808150352r2ebb7c31w24ed80b50aedb3fe@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Checked: Checked by ClamAV on apache.org Does using "==" instead of "=" help? /Janne On Fri, Aug 15, 2008 at 07:52:44AM -0300, Fabiano Bonin wrote: > Hi all, > > I'm installing about 5 wikis in a server, and i want them all to use > the same jspwiki.policy file, but i'm not getting it to work > > Env: Apache Tomcat 6.0.18, JPSWiki 2.6.3 > > My policy file is in: > /etc/wiki/jspwiki.policy > > I'm exporting: > export CATALINA_OPTS="-Djava.security.policy=/etc/wiki/jspwiki.policy" > > And i also tried to change the wiki property file to: > > java.security.policy = /etc/wiki/jspwiki.policy > > But it seems useless. I presume it is still using the jspwiki.policy > in "/opt/apache-tomcat-6/webapps//WEB-INF" folder > > What am i missing? > > Regards, > > Fabiano