Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61512 invoked from network); 2 Apr 2009 14:21:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 14:21:35 -0000 Received: (qmail 61521 invoked by uid 500); 2 Apr 2009 14:21:31 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 61460 invoked by uid 500); 2 Apr 2009 14:21:31 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 61449 invoked by uid 99); 2 Apr 2009 14:21:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 14:21:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel.armbrust.list@gmail.com designates 209.85.221.134 as permitted sender) Received: from [209.85.221.134] (HELO mail-qy0-f134.google.com) (209.85.221.134) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 14:21:23 +0000 Received: by qyk40 with SMTP id 40so708834qyk.30 for ; Thu, 02 Apr 2009 07:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=VmMNq9WjxtsVZgNxXuLhif3H7D1ttWLNJzcDGuBVQho=; b=M+4+U/+bxaJZEtWlKNhLzidX1WFJnCyzFt6HQAcS8LLGXJ6JhTyNgYMyiI5p1HAVJs yEdEWdPK0AmZMOSmQInU/iehG7MYKubhvF7x4WPziQcVJ5MEmA4MpTRrjGlVHa8g5AB7 eqzHGnVzvfBryKMYhIINu0+MbkgUxRooXak40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=LcAuHhPBlESGrrVGAwJNmYIE5EuEasuaZajqeAz0JFhz1YLWuxfM9uNRoqq4oGvlLs RSq+xuYc2BP9X/SJhP3Da3W8alXKo7UtpsMUfkhfNrR1Z8vY9XojJ0+W/fjNyA8MxZ5/ cPKeSCJsDUhZVA0QDc7wVwvxwMirHVNwqsUqo= MIME-Version: 1.0 Received: by 10.220.95.75 with SMTP id c11mr190573vcn.1.1238682061604; Thu, 02 Apr 2009 07:21:01 -0700 (PDT) In-Reply-To: <82f04dc40904020709n2a3a4649qad4bbca55f7492b8@mail.gmail.com> References: <82f04dc40904011316x77ec9129jf4ab0daecfabf8fd@mail.gmail.com> <49D3D850.1040605@christopherschultz.net> <82f04dc40904011451h7e6e8096vcbbfe12544957ebd@mail.gmail.com> <0AAE5AB84B013E45A7B61CB66943C17215E6E3B102@USEA-EXCH7.na.uis.unisys.com> <82f04dc40904020709n2a3a4649qad4bbca55f7492b8@mail.gmail.com> Date: Thu, 2 Apr 2009 09:21:01 -0500 Message-ID: <82f04dc40904020721l629f2dabxb55a73688ee169d2@mail.gmail.com> Subject: Re: How to debug Error: listenerStart? From: Dan Armbrust To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > > Any idea what I should check, to figure out why I don't have a log file? > Correction. I have a log file - but it is always blank. Size 0. I tried the starting it up with a missing filter, and a missing listener, and neither case gives me anything in the log file. I haven't made any changes to Tomcats default logging configuration. Tomcat does print this to the console as it starts up: log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Please initialize the log4j system properly. Perhaps thats related. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org