Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 18959 invoked from network); 14 Jun 2005 13:40:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 13:40:49 -0000 Received: (qmail 59822 invoked by uid 500); 14 Jun 2005 13:40:34 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 59797 invoked by uid 500); 14 Jun 2005 13:40:33 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 59784 invoked by uid 99); 14 Jun 2005 13:40:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.schoenhaber.de (HELO mail.schoenhaber.de) (217.140.77.184) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 06:40:33 -0700 Received: from gimli.schoenhaber.de (gimli.schoenhaber.de [IPv6:2001:4b88:1016:42:20c:76ff:fe20:8e24]) by mail.schoenhaber.de (Postfix) with ESMTP id 38441501B8CA for ; Tue, 14 Jun 2005 15:29:45 +0200 (CEST) From: Markus =?iso-8859-1?q?Sch=F6nhaber?= Reply-To: tomcat-user@jakarta.apache.org To: "Tomcat Users List" Subject: Re: starting a binary by calling a servlet Date: Tue, 14 Jun 2005 15:29:44 +0200 User-Agent: KMail/1.8.1 References: <200506131601.57880.stalp@imbei.uni-mainz.de> <200506131624.37386.mailing-tomcat-user@schoenhaber.de> <200506141452.54568.stalp@imbei.uni-mainz.de> In-Reply-To: <200506141452.54568.stalp@imbei.uni-mainz.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200506141529.44915.mailing-tomcat-user@schoenhaber.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Am Dienstag, 14. Juni 2005 14:52 schrieb Christian Stalp: > I did it. > I made this entry in catalina-policy: > > // Mein Eintrag zum ausf�hren eines Prozesses: > grant codeBase "file:${catalina.home}/webapps/my_exec/-" { > permission java.io.FilePermission "/home/chris/c/file-test","execute"; > }; > Is the path really correct? Is the webapp's directory really named "my_exec"? Try to use the absolute pathname of your webapp's directory, i. e. something like grant codeBase "file:/opt/tomcat-4.1/webapps/my_exec_or_whatever/-" ... Is the file really executable for the account tomcat runs under? Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org