Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 35745 invoked from network); 16 Nov 2006 07:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 07:23:11 -0000 Received: (qmail 43377 invoked by uid 500); 16 Nov 2006 07:23:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43359 invoked by uid 500); 16 Nov 2006 07:23:07 -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 43346 invoked by uid 99); 16 Nov 2006 07:23:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 23:23:07 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 23:22:51 -0800 Received: from EX-009.mail.navisite.com (ex-009.interliant.com [207.113.240.184]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id kAG7MTB10651 for ; Thu, 16 Nov 2006 01:22:30 -0600 (CST) Received: from [192.168.0.168] ([89.164.18.226]) by EX-009.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 16 Nov 2006 01:22:24 -0600 Message-ID: <455C11AE.3060509@jboss.com> Date: Thu, 16 Nov 2006 08:22:22 +0100 From: Mladen Turk Organization: JBoss Europe User-Agent: Mozilla MIME-Version: 1.0 To: Tomcat Users List Subject: Re: JkMountFile not working References: <455A76F5.9050906@gmail.com> <455AC79B.40109@kippdata.de> <455BCF21.60505@gmail.com> In-Reply-To: <455BCF21.60505@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Nov 2006 07:22:24.0285 (UTC) FILETIME=[F64FF4D0:01C7094F] X-Virus-Checked: Checked by ClamAV on apache.org Gilberto E. Espinoza wrote: > > I changed the file tonight and checked that the modified time was > tonight's. The update did not work and the server continued to map to > the same webapp context. I again restarted the apache2 server and the > new mappings worked well. Is there a way to see were the modification > time is stored so that I can manually inspect it. Can you build the mod_jk from SVN trunk and check? On some systems the the time_t math gives wrong results, so I modified the code to use the difftime. Regards, Mladen. --------------------------------------------------------------------- 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