Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6206C97D0 for ; Mon, 6 Feb 2012 08:03:55 +0000 (UTC) Received: (qmail 60490 invoked by uid 500); 6 Feb 2012 08:03:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60227 invoked by uid 500); 6 Feb 2012 08:03:41 -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 60213 invoked by uid 99); 6 Feb 2012 08:03:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 08:03:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 08:03:29 +0000 Received: from [192.168.245.129] (p549E95B0.dip0.t-ipconnect.de [84.158.149.176]) by tor.combios.es (Postfix) with ESMTPA id 23C91DA02CB for ; Mon, 6 Feb 2012 09:03:07 +0100 (CET) Message-ID: <4F2F8935.1000106@ice-sa.com> Date: Mon, 06 Feb 2012 09:03:01 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How can I access tomcat's logs using my jsp? References: <66CB9DE7-BBC9-4104-BFCB-7E69341B36B0@gniffelnieuws.net> <4F2C0471.4030301@ice-sa.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Lev A KARATUN wrote: > Andre, > > but if a symbolic link is deleted, its target remains unaffected. Are you > sure that undeployment can damage my logs somehow? > I'd have to dig through the documentation (which you can also do). But I am pretty sure that up to some version, Tomcat by default first deleted the *content* of whatever was pointed to by the symbolic link (in this case, the log directory), then the symbolic link itself. As I recall, this behaviour was changed at some point, but maybe only when some parameter is specified. The "Deployment" section of the Tomcat on-line documentation would be the place to start. Anyway, the way (or a way) to go to do this properly has been indicated in a previous message by Chuck (the one where he rectified my own sloppy scenario). --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org