Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57851 invoked from network); 26 Sep 2006 15:20:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 15:20:07 -0000 Received: (qmail 28494 invoked by uid 500); 26 Sep 2006 15:19:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 28061 invoked by uid 500); 26 Sep 2006 15:19: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 28050 invoked by uid 99); 26 Sep 2006 15:19:55 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 08:19:55 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jason@monsterjam.org; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain monsterjam.org from 24.25.9.101 cause and error) Received: from [24.25.9.101] ([24.25.9.101:55735] helo=ms-smtp-02.southeast.rr.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 62/10-13194-71549154 for ; Tue, 26 Sep 2006 08:19:52 -0700 Received: from monsterjam.org (cpe-066-057-016-135.nc.res.rr.com [66.57.16.135]) by ms-smtp-02.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k8QFJkw7029344 for ; Tue, 26 Sep 2006 11:19:48 -0400 (EDT) Received: (qmail 13613 invoked by uid 1000); 26 Sep 2006 11:20:04 -0400 Date: Tue, 26 Sep 2006 11:20:04 -0400 From: jason@monsterjam.org To: users@tomcat.apache.org Subject: webapps directory permissions question Message-ID: <20060926152004.GA12826@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have apache-tomcat-5.5.17 installed on a solaris 10 box. When my users create their applications, they end up in /var/local/user/apache-tomcat-5.5.17/webapps with drwxr-r-x permissions on the directory under webapps. what I want, it for it to show up as drwxrwr-x (group writable). In the startup script for tomcat, I tried setting the umask to 0002, but now when directories get created, they show up like drwxr-sr-x so whats the proper way to accomplish this? regards, Jason --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org