Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 71428 invoked from network); 14 Dec 2000 23:03:43 -0000 Received: from dns.extricity.com (HELO outthere.extricity.com) (209.0.80.24) by locus.apache.org with SMTP; 14 Dec 2000 23:03:43 -0000 Received: (qmail 5150 invoked from network); 15 Dec 2000 00:03:35 -0000 Received: from nostradamus.extricity.com (209.0.80.34) by 209.0.80.18 with SMTP; 15 Dec 2000 00:03:35 -0000 Received: from area51.extricity.com (area51.extricity.com [10.11.38.22]) by nostradamus.extricity.com (8.8.7/8.8.7) with ESMTP id PAA25844; Thu, 14 Dec 2000 15:03:03 -0800 Received: by AREA51 with Internet Mail Service (5.5.2650.21) id ; Thu, 14 Dec 2000 15:04:02 -0800 Message-ID: <811A3DD2D243D4119DB4009027EE7AC9B8B8F9@AREA51> From: Barbara Nelson To: "'tomcat-user@jakarta.apache.org'" , "'tomcat-dev@jakarta.apache.org'" Subject: RE: Tomcat 3.2 - Default web.xml not being read Date: Thu, 14 Dec 2000 15:04:02 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Thank you for the fast turnaround :-) I'll try it out. Barbara. -----Original Message----- From: cmanolache@yahoo.com [mailto:cmanolache@yahoo.com] Sent: Thursday, December 14, 2000 1:44 PM To: 'tomcat-dev@jakarta.apache.org' Cc: 'tomcat-user@jakarta.apache org' Subject: Re: Tomcat 3.2 - Default web.xml not being read > > Given that the default web.xml is not being read, how do you enable Jikes as > > the JspCompiler? That setting used to be in web.xml. What's the syntax to > > specify it in server.xml, or did we lose this functionality for Tomcat 3.2? > > (If so, could it be put back, or define a syntax in server.xml for it?). > > I'll try to write a small interceptor that sets the compiler and other > options for jasper ( probably next week it'll be ready ). ( that will not > require a new release of tomcat - you just install the interceptor in the > classpath and add it to tomcat.jar ). Ok, I don't think it'll be ready next week - you can use it today, it took 10 minutes to write and test :-) You can set all the options that jasper knows - compile the interceptor ( you need tomcat jars in CLASSPATH ), add it to CLASSPATH, and then add in your server.xml ( after WebXmlReader ): ( run javadoc and read all other options you can set ). It should work with any tomcat 3.2 - in 3.3 there is already one ( JspInterceptor ) that does a much better integration ( and is faster than the servlet used in 3.2 ). Costin