Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 56645 invoked from network); 9 Dec 2010 13:58:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 13:58:21 -0000 Received: (qmail 57997 invoked by uid 500); 9 Dec 2010 13:58:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 57827 invoked by uid 500); 9 Dec 2010 13:58:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 57818 invoked by uid 99); 9 Dec 2010 13:58:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 13:58:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henri.gomez@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 13:58:11 +0000 Received: by gxk28 with SMTP id 28so1305563gxk.3 for ; Thu, 09 Dec 2010 05:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=E+Fs9682VmGMOVVeGh6Zrk9Y76TO6zV/33dk/Ee5nG0=; b=ocR02BuiHs237fAgtgkftcNQWyfSEh2sD16EsuMHBtcH88jFv7jMp3p3qZC3IBQ/Wn nP2DRlmk/ksCsY4Fa/xI89bF1EWkTeL5hfn9eRc/iv35LmwbiqOi7rqhghVqLivmExBh GooAhIDZYs1lVzh/915rFXQf4js215ccw6lS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=E2SKfjOe9vWNPX9bUTHHeU033Ae6lhG/pqyL81a4beMX5dw3CbYHfW6/ROnhbEaru2 WjC3ZUzPW2Qj88d9WcYINdJYG6OtL6hsAagKWipgW89SyyqeOFm2iKnWTq0Q1qWQxUwW inWQaYMr1SvRnXcrZ0kMUXvwkipo9qTNYVJJs= MIME-Version: 1.0 Received: by 10.42.223.134 with SMTP id ik6mr988558icb.455.1291903069992; Thu, 09 Dec 2010 05:57:49 -0800 (PST) Received: by 10.231.32.131 with HTTP; Thu, 9 Dec 2010 05:57:49 -0800 (PST) In-Reply-To: <4D00DFB5.1050107@apache.org> References: <4D00DFB5.1050107@apache.org> Date: Thu, 9 Dec 2010 14:57:49 +0100 Message-ID: Subject: Re: typo in catalina.sh From: Henri Gomez To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/12/9 Mark Thomas : > On 09/12/2010 13:37, Henri Gomez wrote: >> Hi to all, >> >> I think there is a typo in catalina.sh : >> >> -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ >> >> Shouldn't it be : >> >> -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ > > No. == is correct. exact : "(note the double equals) then just the specified policy file will be used; all the ones indicated in the security properties file will be ignored." my bad --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org