From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 18:58:07 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 CA7901065676 for ; Tue, 23 Dec 2008 18:58:07 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id A0BC98FC1C for ; Tue, 23 Dec 2008 18:58:07 +0000 (UTC) (envelope-from josephdsimmons@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so4340388wfg.7 for ; Tue, 23 Dec 2008 10:58:07 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=e4RuAgiuEd9Pw05MapxyDNWvuzSWyENYTHCG4OLhcL8=; b=kxEL6xpOEc8zVqnSCJgg2fNE9W+5BpzZQIhWVOU8GMFyr7qSypUnzTKH+ya79wUVXa ihafy/I/rKjxRKG6FcJ7t7UcBkaI7s2v0SEoMj3GgkCaYccrl0iR7PG2qN34RekLDvNQ d2H+sYkKYae1tu94HYXpH2iMsd2Xs7ZankuQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=cXZl6iztfo0TdYKYQ9zjw4IKbDOFvSxloeL4y6l39gkYwGKBf+I3R/KqzoJnSpcb09 62Gpb4HBjYsZlx0E+vCyqS0dnd18L1E9rpJ5flIu3zpAk71lOm+PcPO3fSS/6A/E28VB ynfqsiQONVDR/tosYyvZw1NH580nongj/gfqQ= Received: by 10.142.48.14 with SMTP id v14mr3268642wfv.122.1230057373440; Tue, 23 Dec 2008 10:36:13 -0800 (PST) Received: by 10.142.229.1 with HTTP; Tue, 23 Dec 2008 10:36:13 -0800 (PST) Message-ID: <1ba9cd9a0812231036y1270eeecm5d7c0961bc2dfcf8@mail.gmail.com> Date: Tue, 23 Dec 2008 12:36:13 -0600 From: "Joseph Simmons" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 18:58:07 -0000 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?