Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 56438 invoked from network); 31 Mar 2006 14:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 14:17:20 -0000 Received: (qmail 42949 invoked by uid 500); 31 Mar 2006 14:17:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42904 invoked by uid 500); 31 Mar 2006 14:17:15 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42892 invoked by uid 99); 31 Mar 2006 14:17:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 06:17:15 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hcunico@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wproxy.gmail.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 06:17:14 -0800 Received: by wproxy.gmail.com with SMTP id 70so631455wra for ; Fri, 31 Mar 2006 06:16:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=hdqQ77nOdvyLY6pwhgx4SoTytev0O9oWEkyokSm3VUNe3h3Po01JIAnIelylsCX6pQzXd+IduRdc4uTuK8/p+L8T6kbg9dUp+ZnyEPpSHi1lpumMGdEMvW3k8pEgpsdVvWCSeOjDocj9q+SuCKJXj64NEdtVzfOeNuOD7MXkKPU= Received: by 10.54.71.7 with SMTP id t7mr392728wra; Fri, 31 Mar 2006 06:16:53 -0800 (PST) Received: from ?9.27.152.131? ( [129.33.49.251]) by mx.gmail.com with ESMTP id 8sm18747wra.2006.03.31.06.16.53; Fri, 31 Mar 2006 06:16:53 -0800 (PST) Message-ID: <442D39D4.7050805@gmail.com> Date: Fri, 31 Mar 2006 09:16:52 -0500 From: Hernan Cunico User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: How to apply security policies for the web application deployed in Geronimo ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Anitha, have you looked at these articles? there you will find some theory and working examples. Deploying secure applications: http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Deploying+secure+applications Administrative tasks, look for Administering security http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Administrative+tasks HTH Cheers! Hernan Anitha Krishnasamy wrote: > How to apply security policies for the web application deployed in > Geronimo ? > > As in tomcat we have catalina.policy file for all web applications in > the conf directory. > > catalina.policy file > > grant{ > permission java.security.AllPermission; > }; > > Can any one able to help me ? > > Thanks... > Anitha.K