From owner-freebsd-java@FreeBSD.ORG Mon Dec 15 02:58:55 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 456FC16A4CF for ; Mon, 15 Dec 2003 02:58:55 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD97943D35 for ; Mon, 15 Dec 2003 02:58:52 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVqR9-000GfX-Ic; Mon, 15 Dec 2003 12:58:51 +0200 Date: Mon, 15 Dec 2003 12:58:51 +0200 From: Sheldon Hearn To: Ernst de Haan Message-ID: <20031215105851.GQ13737@starjuice.net> Mail-Followup-To: Ernst de Haan , freebsd-java@FreeBSD.org References: <20031213145040.GE13737@starjuice.net> <200312151149.22912.ernst.dehaan@nl.wanadoo.com> <20031215105124.GP13737@starjuice.net> <200312151155.58748.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312151155.58748.ernst.dehaan@nl.wanadoo.com> User-Agent: Mutt/1.5.4i 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:58:55 -0000 On (2003/12/15 11:55), Ernst de Haan wrote: > > 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'. Okay. Now I'm on the same page as you. My question, then, is why are you imposing this feature requirement on these ports? This feature isn't required by other ports that offer services. As a developer, I want to stop and start Tomcat all the time. However, I'm quite prepared to use su or sudo to do it, as I do with all the other services provided by FreeBSD ports. Ciao, Sheldon.