Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89592 invoked from network); 4 Dec 2007 09:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 09:01:05 -0000 Received: (qmail 57421 invoked by uid 500); 4 Dec 2007 09:00:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56467 invoked by uid 500); 4 Dec 2007 09:00:40 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56456 invoked by uid 99); 4 Dec 2007 09:00:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 01:00:40 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.48.15.22] (HELO fep-exchange-1.vtin.it) (212.48.15.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 09:00:41 +0000 Received: from EVS2003-MI.vtin.it ([212.48.15.21]) by fep-exchange-1.vtin.it with Microsoft SMTPSVC(6.0.3790.1830); Tue, 4 Dec 2007 10:00:53 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [Tomcat 6] jsp on the fly Date: Tue, 4 Dec 2007 10:01:05 +0100 Message-ID: <866D3C7B66C4E346BDEE00E8D18329A80257E6EC@EVS2003-MI.vtin.it> In-Reply-To: <866D3C7B66C4E346BDEE00E8D18329A80E35C9@EVS2003-MI.vtin.it> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Tomcat 6] jsp on the fly thread-index: AcgziRUb3/jZtOEWTKuX/pcpt5wK7wAGMyrNAKx9+dA= References: <866D3C7B66C4E346BDEE00E8D18329A8024D0854@EVS2003-MI.vtin.it> <4750674A.6030302@hanik.com> <866D3C7B66C4E346BDEE00E8D18329A80E35C9@EVS2003-MI.vtin.it> From: "Manca Davide" To: "Tomcat Users List" X-OriginalArrivalTime: 04 Dec 2007 09:00:53.0048 (UTC) FILETIME=[2C6BE380:01C83654] X-Virus-Checked: Checked by ClamAV on apache.org I found the right way to make it work: In $CATALINA_HOME/conf/web.xml there was the parameter development set = to false so Tomcat didn't recompile on the fly my jsps. I just set it to true and it started to work! Thanks to everyone. Ciao. Dave. -----Original Message----- From: Manca Davide [mailto:davide.manca@matrix.it]=20 Sent: venerd=EC 30 novembre 2007 23.40 To: Tomcat Users List; Tomcat Users List Subject: R: [Tomcat 6] jsp on the fly but it doesn't... how can I make it works? -----Messaggio originale----- Da: Filip Hanik - Dev Lists [mailto:devlists@hanik.com] Inviato: ven 30/11/2007 20.40 A: Tomcat Users List Oggetto: Re: [Tomcat 6] jsp on the fly =20 yes, this works out of the box, without any changes to any config files Filip Manca Davide wrote: > Hello, > > =20 > > I have a problem using jsp on tomcat 6 + jdk 6. I have some jsp under = a > webapp. I want to Tomcat recompile them into .class files without > restarting. > > =20 > > I already tried these: > > =20 > > In context.xml > > =20 > > > > antiResourceLocking=3D"false"> > > =20 > > > > WEB-INF/web.xml > > > > > > =20 > > > > > > > > =20 > > In server.xml: > > =20 > > appBase=3D"/store1/www-dev/mysite.net/doc_root/webapps" > > unpackWARs=3D"true" autoDeploy=3D"true" = deployOnStartup=3D"false" > > xmlValidation=3D"false" xmlNamespaceAware=3D"false"> > > =20 > > > =20 > docBase=3D"/store1/www-dev/mysite.net/doc_root/webapps/ahtv" > > =20 > = workDir=3D"/store1/www-dev/mysite.net/doc_root/webapps/ahtv/WEB-INF/work"= > > unpackWARs=3D"true" autoDeploy=3D"true" > deployOnStartup=3D"false" processTlds=3D"true" > > xmlValidation=3D"false" xmlNamespaceAware=3D"false" > > debug=3D"0" reloadable=3D"true" privileged=3D"true" > antiResourceLocking=3D"false"> > > WEB-INF/web.xml > > jsp/index.jsp > > > > =20 > > > > =20 > > =20 > > > > =20 > > Thanks a lot for your help. > > =20 > > Ciao. > > Dave. > > > =20 > = ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition.=20 > Version: 7.5.503 / Virus Database: 269.16.10/1160 - Release Date: = 11/29/2007 8:32 PM > =20 --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org