From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 19:56:28 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 B6B6B16A401 for ; Mon, 13 Mar 2006 19:56:28 +0000 (UTC) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC89643D73 for ; Mon, 13 Mar 2006 19:56:26 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 65461 invoked by uid 89); 14 Mar 2006 06:56:26 +1100 Received: by simscan 1.1.0 ppid: 65188, pid: 65408, t: 3.4529s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.35?) (eoghan@redry.net@213.202.173.204) by 0 with SMTP; 14 Mar 2006 06:56:22 +1100 Message-ID: <4415CE57.9060000@redry.net> Date: Mon, 13 Mar 2006 19:56:07 +0000 From: eoghan User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Ashley Moran References: <440F46B8.6050500@redry.net> <200603131011.24443.ashley.moran@codeweavers.net> <44154A0C.2030308@redry.net> <200603131101.35942.ashley.moran@codeweavers.net> In-Reply-To: <200603131101.35942.ashley.moran@codeweavers.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 19:56:28 -0000 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? I type the command (as root) hit enter and it just goes to the next prompt line. Tried to go to localhost:8080 (and 8180) but nothing. Is there somewhere I can check to find out what is going wrong? Thanks Eoghan