Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 55795 invoked from network); 2 Dec 2005 10:33:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 10:33:20 -0000 Received: (qmail 46485 invoked by uid 500); 2 Dec 2005 10:32:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 45446 invoked by uid 500); 2 Dec 2005 10:32:37 -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 45337 invoked by uid 99); 2 Dec 2005 10:32:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 02:32:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.151.11.162] (HELO smtpauth.ya.com) (62.151.11.162) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 02:32:50 -0800 Received: from [83.50.240.177] (helo=ocejo) by smtpauth.ya.com with asmtp id 1Ei8Bu-0001jr-00 for users@tomcat.apache.org; Fri, 02 Dec 2005 11:30:58 +0100 From: "Guillermo Sobrino" To: Subject: How to reload jsp using ant in Tomcat 5.5 Date: Fri, 2 Dec 2005 11:30:46 +0100 Message-ID: <086b01c5f72b$78413180$5216a8c0@ocejo> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_086C_01C5F733.DA059980" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_086C_01C5F733.DA059980 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I'm using Tomcat 5.5 on wich I deploy a web application with ant using: where install.home/component.name-component.version is a local directory wich contains a typical structure with JSP's and a WEB-INF directory wich includes lib and classes directories. I get to deploy the application right, but when I update any jsp in my install.home/component.name-component.version local directory I can not get Tomcat to update that file. I've tried to use the ant reload target as follows: but it doesn't work for jsp pages. Anyone could help me, please? Thanks in advantage. Guillermo ------=_NextPart_000_086C_01C5F733.DA059980--