Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 74076 invoked from network); 23 Dec 2003 17:47:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Dec 2003 17:47:00 -0000 Received: (qmail 27013 invoked by uid 500); 23 Dec 2003 17:46:33 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 26998 invoked by uid 500); 23 Dec 2003 17:46:33 -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 26985 invoked from network); 23 Dec 2003 17:46:33 -0000 Received: from unknown (HELO mail.morinda.com) (66.236.69.41) by daedalus.apache.org with SMTP; 23 Dec 2003 17:46:33 -0000 Received: from USMAIL04.morinda.com ([172.16.6.206]) by mail.morinda.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 23 Dec 2003 10:46:36 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: How do I reload a Servlet from a JSP page? Date: Tue, 23 Dec 2003 10:46:36 -0700 Message-ID: <783A3EE2AA17B349B869477606E922A6A15346@USMAIL04.morinda.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How do I reload a Servlet from a JSP page? Thread-Index: AcPJfLX6rBtORp8xQUmhW3FinLyXNA== From: "Nathan Christiansen" To: X-OriginalArrivalTime: 23 Dec 2003 17:46:36.0574 (UTC) FILETIME=[B6287BE0:01C3C97C] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am using a JSP page to add and change properties files for my servlet = in my development and testing environments. I have Tomcat (4.1.24) set up to reload the servlet on changes to the = context (i.e. reloadable=3D"true"). When I change an existing properties = file, Tomcat responds by reloading the servlet and therefore loading the = changes. However, when I add a new properties file (in the WEB-INF/classes = directory), Tomcat never reloads the servlet. Even when I change that = new properties file Tomcat doesn't reload it until the servlet gets = reloaded by some other means. So my question is: How do I reload a servlet from a JSP page? -- Nathan Christiansen Tahitian Noni International http://www.tahitiannoni.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org