From owner-freebsd-java@FreeBSD.ORG Tue Apr 5 05:23:44 2005 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 49EBB16A4CE for ; Tue, 5 Apr 2005 05:23:44 +0000 (GMT) Received: from espresso2.syncrontech.com (sync-old.syncrontech.com [213.28.98.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F4643D4C for ; Tue, 5 Apr 2005 05:23:42 +0000 (GMT) (envelope-from ari.suutari@syncrontech.com) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57])j355NRsT084107; Tue, 5 Apr 2005 08:23:27 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) Received: from coffee (coffee.syncrontech.com [62.71.8.37]) j355NHH4091232; Tue, 5 Apr 2005 08:23:22 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) Message-ID: <02f501c5399f$94ec3ae0$2508473e@sad.syncrontech.com> From: "Ari Suutari" To: "Kang Liu" , References: <312615710.17152@bjut.edu.cn> Date: Tue, 5 Apr 2005 08:23:10 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 x-mimeole: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: ports/38020: www/jakarta-tomcat4: stop tomcat via java -jarbootstrap.jar stop 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: Tue, 05 Apr 2005 05:23:44 -0000 Hi, >Subject: RE: ports/38020: www/jakarta-tomcat4: stop tomcat via java -jarbootstrap.jar stop > >A draft version of daemonctl.c for tomcat has been submitted to ports/75143, > which can solve this issue. > http://www.freebsd.org/cgi/query-pr.cgi?pr=75143 If I understood correctly, this patch expects that JVM arguments are given always at command line ? I think it should be read from configuration file (utility's own or /etc/rc.conf), because in a production environment these parameters are very much fixed. Ari S.