From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 19:23:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B1C1065677 for ; Tue, 23 Dec 2008 19:23:32 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 3E5818FC26 for ; Tue, 23 Dec 2008 19:23:31 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so950260fgb.35 for ; Tue, 23 Dec 2008 11:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=8/2Lo7+fPUr4+MLgQBFgbWN9wSBmDrh9WpnawGsWYnQ=; b=hvA8RwwJXiSbSYGA1GWJjKHYCSNqUsLDYC+DS4+ZNgxpp4BiTGkdLrIDnE/GKXO/Fe iyJoODNdAxNx04vl+YQur5UAvoSjV6aaOIWVrrmAsAV8eqoOYqWKEbAZNDQTbx7c1TN/ dGjDBZpbxEvYPWqJjwXpyLJt31t7l+Po5NnzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=cIo+8c29JYqTO/UxMXFqgBsGA9NiGeadBp0uC2ZLBHkXOdz6OY2dUZCXXfFiramNX9 Ja2QMZds7gQjCRlBE/o0wIagl132T0kqDjJXkrFJb/zyIGNWrMfSZf+2zK+qyfB/FLFo SMZnWAd/98zXvSnBfuYp7rHU53je9/h/fowus= Received: by 10.86.91.12 with SMTP id o12mr4649888fgb.16.1230060210806; Tue, 23 Dec 2008 11:23:30 -0800 (PST) Received: by 10.86.76.10 with HTTP; Tue, 23 Dec 2008 11:23:30 -0800 (PST) Message-ID: <28283d910812231123r606ed3e7y2900152c34ba1bd2@mail.gmail.com> Date: Tue, 23 Dec 2008 14:23:30 -0500 From: "matt donovan" To: "Joseph Simmons" In-Reply-To: <1ba9cd9a0812231115t416a0002gaab47bc8459720e0@mail.gmail.com> MIME-Version: 1.0 References: <1ba9cd9a0812231036y1270eeecm5d7c0961bc2dfcf8@mail.gmail.com> <49513618.8090107@infracaninophile.co.uk> <1ba9cd9a0812231115t416a0002gaab47bc8459720e0@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: starting Tomcat6 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: Tue, 23 Dec 2008 19:23:32 -0000 On Tue, Dec 23, 2008 at 2:15 PM, Joseph Simmons wrote: > It is now :), but that should only effect things when the computer > starts up. I'm still not able to start tomcat from it's rc.d script. > > On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman > wrote: > > Joseph Simmons wrote: > >> > >> uname -a gives: > >> 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 > >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> > >> I installed Apache Tomcat from the ports collection > >> (/usr/ports/www/tomcat6) without error. From the documentation that > >> I've seen, starting tomcat is done with the following command > >> > >> /usr/local/etc/rc.d/tomcat6 start > >> > >> But when I do this (as root or otherwise), the tomcat process doesn't > >> seem to start. Should there be some other way of starting the process? > > > > Did you put: > > > > tomcat6_enable="YES" > > > > into /etc/rc.conf ? > > > > Cheers, > > > > Matthew > > > > -- > > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > > Flat 3 > > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > > Kent, CT11 9PW > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > no you must have tomcat_enable="yes" in your rc.conf to even run the script unless you forcestart it. so ps aux does not show tomcat as running?