Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 70659 invoked from network); 30 Nov 2007 07:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 07:40:03 -0000 Received: (qmail 97408 invoked by uid 500); 30 Nov 2007 07:39:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97380 invoked by uid 500); 30 Nov 2007 07:39:39 -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 97369 invoked by uid 99); 30 Nov 2007 07:39:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 23:39:39 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.156] (HELO smtp3.freeserve.com) (193.252.22.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 07:39:16 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3208.me.freeserve.com (SMTP Server) with ESMTP id 8F35D7000085 for ; Fri, 30 Nov 2007 08:39:17 +0100 (CET) Received: from [192.168.0.100] (unknown [91.109.131.188]) by mwinf3208.me.freeserve.com (SMTP Server) with ESMTP id 737627000081 for ; Fri, 30 Nov 2007 08:39:17 +0100 (CET) X-ME-UUID: 20071130073917472.737627000081@mwinf3208.me.freeserve.com Message-ID: <474FBE1B.9050900@apache.org> Date: Fri, 30 Nov 2007 07:39:07 +0000 From: Mark Thomas User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Why there are no logs? References: <017801c8330a$b8d0a470$d244000a@menkalinan> In-Reply-To: <017801c8330a$b8d0a470$d244000a@menkalinan> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dmitry S. Kravchenko wrote: > What's wrong with the following configuration tag in Server.xml A Tomcat version would help. > ****************************************** > unpackWARs="false" autoDeploy="false"> > > > directory="logs" prefix="test02.vsetech.ru_" suffix=".log" > timestamp="true"/> > crossContext="true"> > > > Things wrong: 1. Your appBase should be "/var/webmet" 2. The directory "/var/webmet/test02" should be renamed to "/var/webmet/ROOT" 3. You have defined a context in server.xml (not 100% but not a good idea) 4. See http://tomcat.apache.org/tomcat-6.0-doc/config/context.html for a list of better places to define your context. Your context should look like Mark --------------------------------------------------------------------- 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