Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 60250 invoked by uid 500); 18 Jul 2001 22:02:50 -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 60243 invoked from network); 18 Jul 2001 22:02:50 -0000 Received: from unter.loudeye.com (216.10.241.2) by h31.sny.collab.net with SMTP; 18 Jul 2001 22:02:50 -0000 Received: from tsexch01.int.loudeye.com (cerberus.loudeye.com [209.221.170.2]) by unter.loudeye.com (8.10.1/8.10.1) with ESMTP id f6IM2l880130 for ; Wed, 18 Jul 2001 15:02:47 -0700 (PDT) Received: by tsexch01.int.loudeye.com with Internet Mail Service (5.5.2653.19) id <3TKMTBN5>; Wed, 18 Jul 2001 15:02:46 -0700 Message-ID: From: Jann VanOver To: "'tomcat-user@jakarta.apache.org'" Subject: RE: jsp and tomcat 4 Date: Wed, 18 Jul 2001 15:02:42 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N My bad -- b6 isn't out yet. I guess you're supposed to get a more recent "nightly build" of b5. -----Original Message----- From: Jann VanOver Sent: Wednesday, July 18, 2001 1:55 PM To: 'tomcat-user@jakarta.apache.org' Subject: RE: jsp and tomcat 4 Move to b6. b5 has a problem recompiling JSPs -----Original Message----- From: David White [mailto:cavefish@pacbell.net] Sent: Tuesday, July 17, 2001 11:23 AM To: tomcat-user@jakarta.apache.org Subject: RE: jsp and tomcat 4 I've been having the same problem. When I modify a JSP, it isn't recompiled automatically. However, if I delete the .class file associated with the JSP, both the .java and the .class files associated with the JSP are rebuilt. So I've been deleting the .class files whenever I make JSP changes. I recall someone on this list mentioning that Tomcat 4b5 had a known bug regarding detection of changes in source files, so I've assumed that was the problem I've been seeing. I'm using standalone Tomcat 4b5 in a Win2000 environment. If anyone knows of a configuration change or a work-around that could get my JSPs to compile properly when changed, please let me know! Thanks David > -----Original Message----- > From: Oskar Zinger [mailto:oskar.zinger@micromuse.com] > Sent: Tuesday, July 17, 2001 10:41 AM > To: tomcat-user@jakarta.apache.org > Subject: Re: jsp and tomcat 4 > > > You need to make changes to a jsp file, not java file. Tomcat will detect > changes automatically and will translate jsps into java files and > then compile > them. > --- > Oskar > > Marco Magistrali wrote: > > > 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 >