Return-Path: Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: (qmail 46632 invoked from network); 12 Jul 2009 02:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jul 2009 02:17:08 -0000 Received: (qmail 43550 invoked by uid 500); 12 Jul 2009 02:17:18 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 43485 invoked by uid 500); 12 Jul 2009 02:17:18 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 43476 invoked by uid 99); 12 Jul 2009 02:17:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 02:17:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 02:17:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B02D92388891; Sun, 12 Jul 2009 02:16:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793260 - /archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt Date: Sun, 12 Jul 2009 02:16:53 -0000 To: commits@archiva.apache.org From: oching@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090712021653.B02D92388891@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: oching Date: Sun Jul 12 02:16:53 2009 New Revision: 793260 URL: http://svn.apache.org/viewvc?rev=793260&view=rev Log: [MRM-1214] submitted by: Igor Galic (jmcg) o added troubleshooting tips when deploying as war Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt?rev=793260&r1=793259&r2=793260&view=diff ============================================================================== --- archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt (original) +++ archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt Sun Jul 12 02:16:53 2009 @@ -82,3 +82,9 @@ Once Archiva is running, it is configured in the same way as the standalone instance. See the {{{../quick-start.html#Setting%20up%20your%20Archiva%20instance} quick start}} guide for more information. +Troubleshooting + + One of the least decipherable errors you can get from Tomcat is a <<<404>>> when the deployment fails. In <<<\/logs/catalina.out>>> you will only find that it fails, but not why. Also Archiva's logs will not tell you. + + The log messages and stack traces in case of a <<<404>>> can be found in <<<\/logs/localhost.\>>>. +