From users-return-186731-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Wed Oct 15 17:50:00 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 36350 invoked from network); 15 Oct 2008 17:50:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 17:50:00 -0000 Received: (qmail 3092 invoked by uid 500); 15 Oct 2008 17:49:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 2823 invoked by uid 500); 15 Oct 2008 17:49:49 -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 2812 invoked by uid 99); 15 Oct 2008 17:49:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 10:49:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of echofloripa.yell@gmail.com designates 209.85.217.10 as permitted sender) Received: from [209.85.217.10] (HELO mail-gx0-f10.google.com) (209.85.217.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 17:48:43 +0000 Received: by gxk3 with SMTP id 3so7885795gxk.0 for ; Wed, 15 Oct 2008 10:48:20 -0700 (PDT) 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=uL+KKLf0Vet+bODSJOsUJ5PonGne7DnaRdStwXyT4gY=; b=fKSiNttI+e9QWsU54PebXlzLSlbotoaDMUOkg+mU8ORfRgVUslO2s4B7bYTNjASCsB K0Ah+yjfbAoJ4cW+rJ+yoRcsxhbJCGxWEbZ2my9wV6hDlVnSVtzLpFFpEOjMDPT+CWQ6 YtojcVK3uJ91c9gI5MjmRE+J9SAlQjKyHcD34= 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=QZA3flaCBQMvMrML615w7mKtog/gwoBNvYh+8x161w+DgTozGtcb5CJw2OMHoOEFBm NGYXoXsTJ5DiAkDSn/6mmXQ+X5rRwI/m6RAxOs4l3W1ZmgX0lng2Cm1Gack4xBT3YRUD SPiclCZ5oQCdKWXqIdQOhdvzWon0xUACTO+ec= Received: by 10.90.99.3 with SMTP id w3mr1454832agb.89.1224092900111; Wed, 15 Oct 2008 10:48:20 -0700 (PDT) Received: by 10.90.97.3 with HTTP; Wed, 15 Oct 2008 10:48:20 -0700 (PDT) Message-ID: <806d3a1f0810151048w4f6e213dkec894db7ecfd03e0@mail.gmail.com> Date: Wed, 15 Oct 2008 18:48:20 +0100 From: "emerson cargnin" To: "Tomcat Users List" Subject: Not showing error during deployment MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi I'm using TC 5.5.26 and java 5. When I deploy one webapp I get the following error: SEVERE: Context [/search] startup failed due to previous errors But it doesn't give any further error. Some other times I added a log4j configuration on the common/classes and the log4j jar inside common\lib and had to configure as debug to be able to see the deployment error stacktrace. But this would give me just too much log. What is the right approach to show the deployment errors? regards Emerson --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org