Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 61732 invoked from network); 30 Sep 2002 20:19:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Sep 2002 20:19:31 -0000 Received: (qmail 22556 invoked by uid 97); 30 Sep 2002 20:20:00 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 22533 invoked by uid 97); 30 Sep 2002 20:19:59 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 22518 invoked by uid 98); 30 Sep 2002 20:19:59 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <200209302018.QAA16047@gloworm.cnchost.com> Errors-To: From: Stan von Miller To: Tomcat Users List , agreene@romulin.com Reply-To: stan@vonmiller.com Subject: Re: Cannot get Tomcat to do reloadable="true" Date: Mon, 30 Sep 2002 13:18:58 -0700 (PST) In-Reply-To: from Adam Greene on Mon, 30 Sep 2002 16:43:46 -0300 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Actually I went through this just this weekend. I discovered that IE's caching was part of the problem, or at least it was for me. I was making very minute changes, like a string printing to the screen. When you reload the page, hold the shift key down. If that doesn't work, try clearing your browser cache. I've also noticed that occasionally with very minor changes it doesn't reload. I'm convinced that the issue relates more to browser caching than with Tomcat. Or, it might be sun spots. Stan ---- Tomcat Users List ,agreene@romulin.com wrote: > I have tried everything, but Tomcat (4.1.10) simply will reload any class > files that I change. I have to stop and restart Tomcat inorder for changes > to be picked up. I even copied a working config from another computer that > does work, and that still didn't fix it. Does anyone have any ideas what > might be wrong?? > > Here is the code I tried using: > > appBase="creditunions" autoDeploy="true" > configClass="org.apache.catalina.startup.ContextConfig " > contextClass="org.apache.catalina.core.StandardContext " debug="0" > deployXML="true" > errorReportValveClass="org.apache.catalina.valves.Erro rReportValve" > liveDeploy="true" mapperClass="org.apache.catalina.core.StandardHostMapp er" > name="adam" unpackWARs="false"> > cachingAllowed="true" > charsetMapperClass="org.apache.catalina.util.CharsetMa pper" cookies="true" > crossContext="false" debug="0" displayName="Tapestry Tutorial" > docBase="victory/brooklyn" > mapperClass="org.apache.catalina.core.StandardContextM apper" > path="/brooklyn" privileged="false" reloadable="true" swallowOutput="false" > useNaming="true" wrapperClass="org.apache.catalina.core.StandardWrapper "> > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: