From owner-freebsd-java@FreeBSD.ORG Sun Dec 19 23:55:53 2004 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 07DA616A4CF for ; Sun, 19 Dec 2004 23:55:53 +0000 (GMT) Received: from ns1.netavail.net (ns1.netavail.net [66.45.229.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60DA43D31 for ; Sun, 19 Dec 2004 23:55:50 +0000 (GMT) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (cpe-065-184-047-009.nc.rr.com [65.184.47.9]) by ns1.netavail.net (Postfix) with ESMTP id F3BD73C063 for ; Sun, 19 Dec 2004 18:55:48 -0500 (EST) Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.13.1/8.13.1) with ESMTP id iBJNtifZ082595 for ; Sun, 19 Dec 2004 18:55:44 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.13.1/8.13.1/Submit) id iBJNtiKj082594 for freebsd-java@freebsd.org; Sun, 19 Dec 2004 18:55:44 -0500 (EST) (envelope-from brent) Date: Sun, 19 Dec 2004 18:55:44 -0500 From: Brent Verner To: freebsd-java Message-ID: <20041219235544.GA82543@rcfile.org> References: <20041218235642.GA69494@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041218235642.GA69494@rcfile.org> X-muttrc: $Id: .muttrc,v 1.10 2003/02/08 08:35:24 brent Exp $ X-uname: FreeBSD 4.10-STABLE #31: Thu Nov 18 11:01:01 EST 2004 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTT User-Agent: Mutt/1.5.6i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on mutt.rcfile.org Subject: Re: daemonctl/tomcat*ctl replacement 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: Sun, 19 Dec 2004 23:55:53 -0000 I've rewritten the xml parsing part of this and bumped to version 0.2...nothing like making your code public to motivate you to clean it up :-) Please read the following for a more detailed description of the program http://mutt.rcfile.org/daemonctl/readme.txt then if you're interested, download the port tarball. http://mutt.rcfile.org/daemonctl/daemonctl-port-0.2.tar.gz (the 0.1 files are actually a link to the 0.2 file...) b