Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 69022 invoked from network); 4 May 2002 17:04:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 May 2002 17:04:22 -0000 Received: (qmail 13332 invoked by uid 97); 4 May 2002 17:04:06 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 13233 invoked by alias); 4 May 2002 17:04:05 -0000 Delivered-To: jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 13219 invoked by uid 97); 4 May 2002 17:04:05 -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 13207 invoked by uid 98); 4 May 2002 17:04:04 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: "Abraham Fathman" To: "'Tomcat Users List'" Subject: RE: JSP-pages and reloadable Date: Sat, 4 May 2002 13:05:22 -0400 Message-ID: <013001c1f38d$e1151c80$8a56e20a@pcg> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <3CD4130F.7060709@ludd.luth.se> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Should be the only way for it to work.... Why don't you try a test page in a new web app. Goto tomcat's\webapp directory create a directory called test create a file in test called test.jsp place <%=3Dexecuting jsp%> in test.jsp Navigate to it in the browser http://localhost:8080/test/test.jsp (this is by default if you have changed your port or the server is on a different machine it will be different...) Monitor your work directory for the .java and .class file that will be created. There should be a tomcat/work/hostname/test/test$jsp.java. When you change test.jsp and access it again the test$jsp.java should update. I know this has been true on all of the versions of tomcat that I have used. (3.3-4.0.3) Hope this helps, Abe -----Original Message----- From: Mattias Br=E4ndstr=F6m [mailto:brasse@ludd.luth.se]=20 Sent: Saturday, May 04, 2002 12:58 PM To: Tomcat Users List Subject: Re: JSP-pages and reloadable Tore Skogly wrote: > l=F8rdag 4. mai 2002, 17:23, skrev Mattias Br=E4ndstr=F6m: >=20 >>Hi! >> >>I have a simple question. Is there a way to get Tomcat to handle=20 >>JSP-pages the same way it does classes in WEB-INF when you set=20 >>reloadable=3D"true" in your Context-element. It is a bit cumbersome to = >>restart tomcat and apache every time I have made a change to my=20 >>JSP-page... >> >=20 >=20 > You don't have to restart Tomcat /Apache when the jsp-page is changed. > Just reload it in your browser. >=20 For some reason that doesn't work for me. Is there some kind of special configuration that needs to be done or should that work automaticaly? Regards, Mattias -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: