Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 57866 invoked from network); 3 Dec 2004 10:24:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 10:24:47 -0000 Received: (qmail 97222 invoked by uid 500); 3 Dec 2004 10:23:55 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 97202 invoked by uid 500); 3 Dec 2004 10:23:55 -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 97186 invoked by uid 99); 3 Dec 2004 10:23:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from objektpark.de (HELO p15122102.pureserver.info) (217.160.178.142) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 02:23:53 -0800 Received: from objektpark.de (dsl-082-082-125-158.arcor-ip.net [82.82.125.158]) by p15122102.pureserver.info (Postfix) with ESMTP id E21703AC225 for ; Fri, 3 Dec 2004 11:23:42 +0100 (CET) Message-ID: <41B03EAE.8030403@objektpark.de> Date: Fri, 03 Dec 2004 11:23:42 +0100 From: Peter Rossbach User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6) Gecko/20040113 X-Accept-Language: de-at, de, en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Does Tomcat 5.5 support jikes? References: <41AF9016.60500@newsmonster.org> <41AFB035.4070107@newsmonster.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hey, you can configure the Ant Compiler with following steps: Copy ant.jar and ant-launcher.jar at common/lib Edit conf/web.xml or your own app web.xml ( Change servlet-name at definition and mappings!) jsp org.apache.jasper.servlet.JspServlet compiler modern fork false xpoweredBy false 3 I also thing that ant jikes mode work with Tomcat 5.5.x and mixed operating with Ant and JDT is possible. regards Peter Bill Barker schrieb: >"Kevin A. Burton" wrote in message >news:41AFB035.4070107@newsmonster.org... > > >>Kevin A. Burton wrote: >> >> >> >>>This isn't fun: >>> >>> >>> >>>> --> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>>But I follow these instructions (as I did with Tomcat 5.0) and Tomcat 5.5 >>>STILL uses jdtool! >>> >>>Any thoughts? >>> >>> >>> >>It looks like the web.xml configuration is lying about a number of things. >>Tomcat 5.5 ONLY used the JDTCompiler and will never use the AntCompiler. >>Theres not even a way to tell it to use one or the other. >> >> >> > >The only way (currently) to use the AntCompiler is to remove the >jasper-compiler-jdt.jar and install ant.jar and ant-launcher.jar instead. > > > >>Thus fork, jikes, etc don't matter anymore. >> >>Kevin >> >>-- >> >>Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for an >>invite! Also see irc.freenode.net #rojo if you want to chat. >> >>Rojo is Hiring! - http://www.rojonetworks.com/JobsAtRojo.html >> >>If you're interested in RSS, Weblogs, Social Networking, etc... then you >>should work for Rojo! If you recommend someone and we hire them you'll >>get a free iPod! >> Kevin A. Burton, Location - San Francisco, CA >> AIM/YIM - sfburtonator, Web - http://peerfear.org/ >>GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 >> >> > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org