From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 20:10:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D2B16A401 for ; Mon, 13 Mar 2006 20:10:41 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C0243D4C for ; Mon, 13 Mar 2006 20:10:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17947 invoked from network); 13 Mar 2006 20:10:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Mar 2006 20:10:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CFE1928425; Mon, 13 Mar 2006 15:10:39 -0500 (EST) Sender: lowell@be-well.ilk.org To: eoghan References: <440F46B8.6050500@redry.net> <200603131011.24443.ashley.moran@codeweavers.net> <44154A0C.2030308@redry.net> <200603131101.35942.ashley.moran@codeweavers.net> <4415CE57.9060000@redry.net> From: Lowell Gilbert Date: 13 Mar 2006 15:10:39 -0500 In-Reply-To: <4415CE57.9060000@redry.net> Message-ID: <44zmjurtq8.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd@osx.demon.nl, freebsd-questions@freebsd.org Subject: Re: tomcat on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 20:10:42 -0000 eoghan writes: > Ashley Moran wrote: > >> Hi > >> Nope I dont have that. I did try run /usr/local/etc/rc.d/tomcat55.sh to > >> start it but without having added tomcat_enable="YES" to my rc.conf. > >> Nothing happened. So I will add that line and try it again... > >> Thanks for the info. > >> Eoghan > > All the rc.d scripts work the same - they check to see if they are > > enabled (from the script's point of view, when you call them > > manually it's no different than being called at boot time). You can > > also call /usr/local/etc/rc.d/tomcat55.sh with force/one before the > > start to make it run without the rc.conf variable but I've never > > actually used them) > > Ashley > > Thanks > I have added tomcat_enable="YES" to my rc.conf. > When I try run /usr/local/etc/rc.d/tomcat55.sh start it just does not > seem to do anything. Is there something I am missing? Look at the top of that script file. Perhaps you want tomcat55_enable for the variable name?