Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 39444 invoked from network); 19 May 2009 21:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 21:48:11 -0000 Received: (qmail 31112 invoked by uid 500); 19 May 2009 21:20:23 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31038 invoked by uid 500); 19 May 2009 21:20:23 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 31027 invoked by uid 99); 19 May 2009 21:20:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 21:20:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 21:20:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M6Wj1-0001Er-Uz for dev@tomcat.apache.org; Tue, 19 May 2009 14:19:51 -0700 Message-ID: <23624586.post@talk.nabble.com> Date: Tue, 19 May 2009 14:19:51 -0700 (PDT) From: "BB@umd" To: dev@tomcat.apache.org Subject: [Eclipse+Tomcat6]How to publish modification in a text file ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bbenard@umd.edu X-Virus-Checked: Checked by ClamAV on apache.org I am developing a webapp with Eclipse 3.4.2 which runs on a Tomcat v6 server. When I click on a button of my webapp during runtime, it modifies or createsa shell script present in my webapp folder. Then, I retrieve this script (which contains installation instructions) at the startup of a Virtual Machine. My problem is that this script is not updated/created on my server whereas it is in my filesystem. (But if I manually refresh webapp on Eclipse, this script is correctly updated/created.) I first thought it was a problem of caching in Tomcat, so I edited the context.xml file to disable caching like this : Then I try to set the development init-param to true in my web.xml like this development true However, it changes nothing. Does anyone have an idea of how i can automatically "refresh" my webapp folder and synchronize it with my filesystem ? -- View this message in context: http://www.nabble.com/-Eclipse%2BTomcat6-How-to-publish-modification-in-a-text-file---tp23624586p23624586.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org