From owner-freebsd-java@FreeBSD.ORG Mon Dec 15 05:25:49 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 58CCF16A4CE for ; Mon, 15 Dec 2003 05:25:49 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AA743D36 for ; Mon, 15 Dec 2003 05:25:48 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVsj7-000I1B-St; Mon, 15 Dec 2003 15:25:33 +0200 Date: Mon, 15 Dec 2003 15:25:33 +0200 From: Sheldon Hearn To: Ari Suutari Message-ID: <20031215132533.GX13737@starjuice.net> Mail-Followup-To: Ari Suutari , Ernst de Haan , freebsd-java@freebsd.org References: <20031213145040.GE13737@starjuice.net> <200312151309.47345.ernst.dehaan@nl.wanadoo.com> <20031215121405.GS13737@starjuice.net> <200312151521.58681.ari.suutari@syncrontech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312151521.58681.ari.suutari@syncrontech.com> User-Agent: Mutt/1.5.4i cc: Ernst de Haan 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 13:25:49 -0000 On (2003/12/15 15:21), Ari Suutari wrote: > Apache has "apachectl" - maybe idea for tomcat4ctl came > from it ? Almost certainly. However, apachectl doesn't allow non-priveleged users to start apache as www, and people who start Apache don't have the option to enable JVM debugging and other JVM settings. :-) Ciao, Sheldon.