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 28093 invoked from network); 14 Sep 2000 11:30:34 -0000 Received: from hinge3.mistral.co.uk (195.184.228.58) by locus.apache.org with SMTP; 14 Sep 2000 11:30:34 -0000 Received: from dexter (d2-s15-111-telehouse.mistral.co.uk [195.184.228.111]) by hinge3.mistral.co.uk (8.9.3/8.9.3) with SMTP id LAA28957 for ; Thu, 14 Sep 2000 11:30:26 GMT (envelope-from GrahamStewart@compuserve.com) Message-ID: <06a401c01e3f$2a1f4840$0ac7c7c7@dexter> From: "Graham Stewart" To: References: <968913498.39c0725a102e3@mail.gurubase.com> Subject: Re: Compiled Class not effective Date: Thu, 14 Sep 2000 12:29:49 +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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Boris, I'm new to this but from what I've experienced : You'll have to shutdown and restart Tomcat to uset the new version of your class. If you modify your Servlets they will reload (if you set config right) and changes to your JSPs will cause a re-compile but your bean classes won't reload. Graham ----- Original Message ----- From: To: Cc: Sent: Thursday, September 14, 2000 7:38 AM Subject: Compiled Class not effective > > Dear all, > > I have used the Tomcat 3.1 and my jsp has used one javabean that is written by > me: > > scope="page" /> > > > > The problem is when I recompile the corresponding AllBookObj.java , Tomcat > still keep memory of the old class. Even I touch the original jsp, the change > still can't be effective. > > Pls help! > > > Best regards, > Boris