Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 45806 invoked by uid 500); 17 Jul 2001 09:37:10 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 45799 invoked from network); 17 Jul 2001 09:37:10 -0000 Received: from ostiensis.ariadne.it (HELO ariadne.it) (195.120.197.189) by h31.sny.collab.net with SMTP; 17 Jul 2001 09:37:10 -0000 Received: from [195.120.197.11] (HELO ariadne.it) by ariadne.it (CommuniGate Pro SMTP 3.3b2) with ESMTP id 492076 for tomcat-user@jakarta.apache.org; Tue, 17 Jul 2001 11:31:03 +0200 Message-ID: <3B5407A1.A370CABA@ariadne.it> Date: Tue, 17 Jul 2001 11:38:41 +0200 From: Marco Magistrali X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: jsp and tomcat 4 References: <3B53FEB9.3BB26B65@schlund.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I have a question: if I modify a JSP under tomcat4 i don't see any change in browser because tomcat4 get the .class of JSP in cache (directory work) How can I say to recompile the jsp if there are changes in java?? tanks Marco