From owner-freebsd-java@FreeBSD.ORG Mon Dec 15 01:36:24 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 C316616A4CE for ; Mon, 15 Dec 2003 01:36:24 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FD843D41 for ; Mon, 15 Dec 2003 01:36:22 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVp9I-000GCD-0T; Mon, 15 Dec 2003 11:36:20 +0200 Date: Mon, 15 Dec 2003 11:36:19 +0200 From: Sheldon Hearn To: Ernst de Haan Message-ID: <20031215093619.GM13737@starjuice.net> Mail-Followup-To: Ernst de Haan , freebsd-java@FreeBSD.org References: <20031213145040.GE13737@starjuice.net> <200312150810.22127.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312150810.22127.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 09:36:25 -0000 On (2003/12/15 08:10), Ernst de Haan wrote: > > Is there a way to enable debugging on the Tomcat instance started by > > tomcat41ctl, or do I need to start Tomcat manually for that? > > You need to start it manually. The daemonctl program is in desperate need > of improvement :=\ I've asked this before but don't remember getting a response: what problem does the daemonctl program solve that pay for its limitations over a regular rc.d shell script? I'm not attacked the script; it seems to work very well. I'm just wondering why we can't just use a rc.d script. I first wondered when using the jboss port, which also uses daemonctl. I just used a slightly modified version of the rc.d script distributed with jboss and it seemed to work fine. Ciao, Sheldon.