Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12599 invoked from network); 23 Sep 2009 14:05:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 14:05:59 -0000 Received: (qmail 21329 invoked by uid 500); 23 Sep 2009 14:05:55 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 21277 invoked by uid 500); 23 Sep 2009 14:05:55 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 21266 invoked by uid 99); 23 Sep 2009 14:05:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14:05:55 +0000 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 alanwilter@gmail.com designates 209.85.218.208 as permitted sender) Received: from [209.85.218.208] (HELO mail-bw0-f208.google.com) (209.85.218.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14:05:44 +0000 Received: by bwz4 with SMTP id 4so594121bwz.0 for ; Wed, 23 Sep 2009 07:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=e3myDV3w/u8v5zOAhas7tXI5Ql8QstRCVvSEv0ka2lc=; b=AfggBAnH45KUlG/PUiPdG0HEjOIPTxRky4I6BA0EpkrMNZY35cmdemQTUKrWCysuz+ Au/ZjrorPk5rOCIqo2qGR1caXPVR5DNUVZpvWEhTAznK6krTsb+qwlSYvhUlb+u+5lX/ jOAEPUIgQXc0iQbNcJrTU46MWdMmuhOQ75C1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Fc7fiOxScygEoDDDAJ5xiMHKrIO54MzVzDE5oXEwJCW9+yqJtcCxuyt6uHTf0zYEaC +X3KYz7oLHo8NQIkBjmKZlgBOzR7PjYG/7YEv0/8uU1en+EfKBUtWMjPcanj4D1JC8ay fv7EtPNp1AJMN566x0nRzGni5uBZ129BT4ilo= MIME-Version: 1.0 Received: by 10.223.59.148 with SMTP id l20mr803585fah.75.1253714722215; Wed, 23 Sep 2009 07:05:22 -0700 (PDT) In-Reply-To: <99C8B2929B39C24493377AC7A121E21F84051C770B@USEA-EXCH8.na.uis.unisys.com> References: <4AB8FAFD.10703@apache.org> <99C8B2929B39C24493377AC7A121E21F84051C770B@USEA-EXCH8.na.uis.unisys.com> From: Alan Date: Wed, 23 Sep 2009 15:05:02 +0100 Message-ID: Subject: Re: webapps examples and security manager To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ok, I downloaded the latest and did: wget -c http://mirror.ox.ac.uk/sites/rsync.apache.org/tomcat/tomcat-6/v6.0.= 20/bin/apache-tomcat-6.0.20.tar.gz tar xvfz apache-tomcat-5.5.28.tar.gz # gnu tar cd ~/Programmes/apache-tomcat-6.0.20 export CATALINA_HOME=3D$PWD amadeus[2161]:~/Programmes/apache-tomcat-6.0.20% $CATALINA_HOME/bin/catalina.sh run -securityUsing CATALINA_BASE: /Users/alan/Programmes/apache-tomcat-6.0.20 Using CATALINA_HOME: /Users/alan/Programmes/apache-tomcat-6.0.20 Using CATALINA_TMPDIR: /Users/alan/Programmes/apache-tomcat-6.0.20/temp Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home Using Security Manager Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future Could not load Logmanager "org.apache.juli.ClassLoaderLogManager" java.security.AccessControlException: access denied (java.lang.RuntimePermission setContextClassLoader) at java.security.AccessControlContext.checkPermission(AccessControlContext= .java:323) [snip] I got basically the same thing as in tomcat 5.5. So, how do I do to make at least the webapps examples that come with tomcat to run smoothly with security manager? How to tweak catalina.policy in order to not see all this issues in log? Many thanks in advance, Alan On Tue, Sep 22, 2009 at 18:49, Caldarale, Charles R wrote: >> From: Alan [mailto:alanwilter@gmail.com] >> Subject: Re: webapps examples and security manager >> >> Not yet, which one would suggest me please? > > The latest, always (6.0.20). > > =C2=A0- Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY = MATERIAL and is thus for use only by the intended recipient. If you receive= d this in error, please contact the sender and delete the e-mail and its at= tachments from all computers. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org