Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 11782 invoked from network); 1 Mar 2001 14:34:53 -0000 Received: from roll.cefriel.it (131.175.53.4) by h31.sny.collab.net with SMTP; 1 Mar 2001 14:34:53 -0000 Received: from fabiano (fabiano.cefriel.it [131.175.54.38]) by roll.cefriel.it with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FWJCL31R; Thu, 1 Mar 2001 15:34:54 +0100 Message-ID: <00f301c0a25c$c857ebb0$2636af83@cefriel.it> From: "matteo belloni" To: References: <00b301c0a226$39924c80$2636af83@cefriel.it> <3A9E45FC.34E5ABCC@bga.com> <00e501c0a254$d4093660$2636af83@cefriel.it> <3A9E5DDF.AE56B530@bga.com> Subject: Re: Problem with cache Date: Thu, 1 Mar 2001 15:34:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Thanks Theo ----- Original Message ----- From: "William Brogden" To: Sent: Thursday, March 01, 2001 3:34 PM Subject: Re: Problem with cache > Tomcat does not cache files as such. Your problem must > come from a different source. > > matteo belloni wrote: > > > > No I close it and after rewriting I deleted it and this file appear really > > deleted but Tomcat mantain it in cache so my deletion is inutil. > > Thanks > > Theo > > ----- Original Message ----- > > From: "William Brogden" > > To: > > Sent: Thursday, March 01, 2001 1:52 PM > > Subject: Re: Problem with cache > > > > > > > > > > > > matteo belloni wrote: > > > > > > > > I've a servlet that write on a file. > > > > If the Tomcat is running the first time the application rewrite the > > > > file, the other time this file is appended but, If I first shutdown > > > > the webserver, the information in a file isn't appended and the > > > > application function correctly. > > > > This appen because this file is keeping in the web server's cache. > > > > How can I solve this problem and writing every time on a file instead > > > > of append the information? I must modify web.xml? And how? > > > > Please help me. > > > > Thanks in advance > > > > > > Sounds to me like you are not flushing and/or closing the file. > > > > > > -- > > > WBB - wbrogden@lanw.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org