From owner-freebsd-java@FreeBSD.ORG Mon Dec 15 02:55:57 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E3816A4CE for ; Mon, 15 Dec 2003 02:55:57 -0800 (PST) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519BA43D1D for ; Mon, 15 Dec 2003 02:55:56 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id C36346718F; Mon, 15 Dec 2003 11:55:53 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Sheldon Hearn Date: Mon, 15 Dec 2003 11:55:58 +0100 User-Agent: KMail/1.5.4 References: <20031213145040.GE13737@starjuice.net> <200312151149.22912.ernst.dehaan@nl.wanadoo.com> <20031215105124.GP13737@starjuice.net> In-Reply-To: <20031215105124.GP13737@starjuice.net> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312151155.58748.ernst.dehaan@nl.wanadoo.com> cc: freebsd-java@FreeBSD.org Subject: Re: Debugging options for tomcat41ctl X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:55:57 -0000 Sheldon, > Okay. I'm still trying to understand what functionality we're trying to > preserve. > > Are you just trying to ensure that non-root users are able to start > Tomcat/Jboss/etc as www (or whatever)? Indeed that. *And* that the process will run as a certain user. For example there could be the following config: group 'www' contains users 'www' (non-login account) 'ernst' and 'sheldon' Both 'ernst' and 'sheldon' must be able to start any of the application servers and then the application server will run as user 'www'. Ernst