Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 74304 invoked from network); 17 Feb 2003 06:29:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 Feb 2003 06:29:36 -0000 Received: (qmail 19776 invoked by uid 97); 17 Feb 2003 06:31:19 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 19769 invoked from network); 17 Feb 2003 06:31:19 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 17 Feb 2003 06:31:19 -0000 Received: (qmail 72935 invoked by uid 500); 17 Feb 2003 06:29:23 -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 72924 invoked from network); 17 Feb 2003 06:29:22 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 17 Feb 2003 06:29:22 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18kek9-0008SY-00 for ; Mon, 17 Feb 2003 07:27:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-user@jakarta.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18kejn-0008RV-00 for ; Mon, 17 Feb 2003 07:26:47 +0100 From: "Sean Dockery" Subject: Re: AW: modified jsp-files and jasper2 Date: Sun, 16 Feb 2003 23:28:57 -0700 Organization: SBD Consultants Lines: 47 Message-ID: References: <012401c2d367$40b2d830$fc0110ac@jtrollingerxp> <015a01c2d3cf$76eba180$6400000a@loki> <026901c2d46b$2e05b3b0$6400000a@loki> X-Complaints-To: usenet@main.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, Sven. Try setting Context.reloadable to true, restart Tomcat, and see if that works for you. "Sven K�hler" wrote in message news:b2m0cd$9pb$1@main.gmane.org... > >> I just checked the web.xml file in $CATALINA_HOME/conf/web.xml. It > >> suggests > >> the "development" is the default mode in which Jasper operates. Have you > >> tried leaving development, reloading, and checkInterval out of your > >> web.xml > >> file to see if the standard behavior works? > > > > The tomcat-docs also state, that development should be false in > > production-environment. background should be used, because it's more > > efficient. > > Today i uploaded new pages, and there we're compiled fine, than i > uploaded some updated pages, and they weren't compiled at all. > I tried the reload-button in the manager-app, nothing happened. > > > Even with development=true i remember some cases, where tomcat didn't > > reload the pages, and i had to hit the reload-button. > > I thought of what you said, and set the development-option to true, and > restarted tomcat. > It didn't help. I still saw the old pages. Even after that restart > Tomcat didn't recompile my pages!!! > > >>> Hitting the reload-button in the manager-app always helps. > > As i know now, this doesn't help always, but nearly always. > > As development==false implied, that background-compilation is disabled, > nothing should keep me from seeing the new page! > the opposite of background-compilation (development=true) is that the > page is recompiled before the http-request is executed. > > Any hints? > > I think i will submit a Bug-Report. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org