From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 19:56:13 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 C5710106567C for ; Tue, 23 Dec 2008 19:56:13 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id 1B29A8FC28 for ; Tue, 23 Dec 2008 19:56:12 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: by bwz12 with SMTP id 12so7690277bwz.19 for ; Tue, 23 Dec 2008 11:56:11 -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 :content-transfer-encoding:content-disposition:references; bh=HALf0BgSYTJkJa+3EZ1zZjgutH7XE2Y2k5BlQK/IWPk=; b=r8MI48+tJGeTiIq16UzQHm/LqrnLsHadAfTQUv2BhpqMjeKxrJ8nA7YZNrDu+b52zd c84fgbCT0H3JfSc9tXykIYG8WkSNi1ValD6UU2H0tgzyNK3m3EYe/8wouAF+IgZUDEOr F1W6YwlJOcY5atcbh9H/qgNAz704ZSPZo7dpU= 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:content-transfer-encoding:content-disposition :references; b=ZJv9GDL3Bt9KwGaLB4JskiyAmxTZ3EOoOiFkHsJwgS47jcykRmFiwFZ0ZaAnKk+Eko 1gkUzLH6LGQ4oHO4qY6cQSKuar9YwK8GqQ2zH4vF+uTkBZvl/4CSCmVk77jrFB8RhRzB H1+erR2Nu+G2gqJG/e5udkghKxrG1GuGDsGSw= Received: by 10.181.202.12 with SMTP id e12mr2844938bkq.138.1230062169407; Tue, 23 Dec 2008 11:56:09 -0800 (PST) Received: by 10.181.9.20 with HTTP; Tue, 23 Dec 2008 11:56:09 -0800 (PST) Message-ID: <1ba9cd9a0812231156s35fff39esef31160c177eb8e1@mail.gmail.com> Date: Tue, 23 Dec 2008 13:56:09 -0600 From: "Joseph Simmons" To: "Glen Barber" In-Reply-To: <4ad871310812231153tb132617uca8f05b117e2f03e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1ba9cd9a0812231036y1270eeecm5d7c0961bc2dfcf8@mail.gmail.com> <49513618.8090107@infracaninophile.co.uk> <1ba9cd9a0812231115t416a0002gaab47bc8459720e0@mail.gmail.com> <28283d910812231123r606ed3e7y2900152c34ba1bd2@mail.gmail.com> <1ba9cd9a0812231133p6c45b969pe7f857658f0ce8a0@mail.gmail.com> <4ad871310812231146w180d967bn41bf6fcf9ceb5aa8@mail.gmail.com> <1ba9cd9a0812231152u5f081558k46ba6ca3c3292856@mail.gmail.com> <4ad871310812231153tb132617uca8f05b117e2f03e@mail.gmail.com> 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:56:13 -0000 Ok I get what's below [root@cougar /usr/local/etc/rc.d]# ./tomcat6 rcvar # tomcat60 tomcat60_enable=NO I haven't restarted this computer since I've installed tomcat, could that be a problem? On Tue, Dec 23, 2008 at 1:53 PM, Glen Barber wrote: > On Tue, Dec 23, 2008 at 2:52 PM, Joseph Simmons > wrote: >> Yes, I tried starting it again and got the same result as before which >> is nothing at all happened. >> Apache HTTP server works fine, it starts with the computer in fact. >> I'm not sure if Apache's configuration would effect Tomcat, if so, the >> following is in rc.conf >> >> apache22_enable="YES" >> apache22_profiles="" >> apache22limits_enable="NO" >> apache22_flags="" >> apache22limits_args="-e -C daemon" >> apache22_http_accept_enable="NO" >> > > Try this: > > > /usr/local/etc/rc.d/tomcat rcvar > > > -- > Glen Barber >