Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76258 invoked from network); 24 Oct 2003 19:07:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Oct 2003 19:07:24 -0000 Received: (qmail 92875 invoked by uid 500); 24 Oct 2003 19:07:04 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92840 invoked by uid 500); 24 Oct 2003 19:07:04 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 92824 invoked from network); 24 Oct 2003 19:07:04 -0000 Received: from unknown (HELO mailrelay.savvion.com) (206.40.33.101) by daedalus.apache.org with SMTP; 24 Oct 2003 19:07:04 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mailrelay.savvion.com (Postfix) with ESMTP id 3C9166A891 for ; Fri, 24 Oct 2003 12:05:10 -0700 (PDT) Received: from mailrelay.savvion.com (localhost.localdomain [127.0.0.1]) by localhost.localdomain (VaMailArmor-2.0.1.14) id 13127-02C6AADA; Fri, 24 Oct 2003 12:05:10 -0700 Received: from mail.savvion.com (mail.savvion.com [10.1.6.6]) by mailrelay.savvion.com (Postfix) with ESMTP id 0CCEB6A891 for ; Fri, 24 Oct 2003 12:05:10 -0700 (PDT) Received: from savvion.com (isareal.savvion.com [10.1.5.56]) by mail.savvion.com (Postfix) with ESMTP id E84AFD0003 for ; Fri, 24 Oct 2003 12:05:52 -0700 (PDT) Message-ID: <3F99774D.5080904@savvion.com> Date: Fri, 24 Oct 2003 12:02:37 -0700 From: Donal Quinlan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: precompiling jsps for Websphere... References: <15717BB71A5CD411A01600508BDCC2E2021C1757@empburexch.burlington.emptoris.com> In-Reply-To: <15717BB71A5CD411A01600508BDCC2E2021C1757@empburexch.burlington.emptoris.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.14; VAE: 6.22.0.1; VDF: 6.22.0.13; host: localhost) 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 The latest suggestion I got for IBM is to precompile the jsp's at the install time for the webapp. That might work for you. Our app is huge and I don't think we can ask our customers to wait 30 plus minutes to install one webapp. I find visiting the White Mountains makes problems go away. Of course the problem will reappear on Monday morning. I always get these IBM 2 day problems fixed in 5 minutes on Monday mornings. Ciramella, EJ wrote: >Actually I've tried both, with not much success either way. I've even used >their batch file jspbatchcompile.sh/bat and all I end up with is a bunch of >java files (no classes). > >I've tried jspC (WS ant task), the batch shell script mentioned above with >the SUN and IBM java(s) and still no success. Is there just no good way to >precompile these things? > >-----Original Message----- >From: Donal Quinlan >To: Ant Users List >Sent: 10/23/2003 7:11 PM >Subject: Re: precompiling jsps for Websphere... > >Do you use the regular ant command or ws_ant command under >WebSphere/AppServer/bin? A lot of our jsp's will only compile if the IBM > >jdk under AppServer/java (and not another one like I tried) is used. I >can't remember if this was for jsp files that include other jsp files. > >Side note: it seems WebSphere does not support hot deployment and >precompiled jsp's together. Runtime compilation needs to be turned off >to use precompiled jsp's. That means any new jsp's or updated jsp's >won't be loaded until they get precompiled and the server restarted. >Fine if all your jsp's will exist before starting the server, but that's > >not the case for your's truely. I have opened a pmr with IBM but haven't > >got a single useful piece of information from them yet. > >Donal > >Ciramella, EJ wrote: > > > >>No one has ANY suggestions? >> >>To be a bit more precise, we have a handful of jsps that are simply >> >> >code > > >>snippets (which have hardly any html in them). In most situations, >> >> >these > > >>would be included in a custom taglib rather than in jsp files. But as >> >> >the > > >>jsp compiler finds the snippets or the files that include them, because >> >> >the > > >>snippets don't compile on their own, the WS jsp compiler fails to >> >> >generate > > >>class files for the jsps. In fact, NONE of the files that include >> >> >other > > >>files compile through the WS jsp compiler. >> >>WebLogic handles these just fine. >> >>Any help would be greatly appreciated. >> >>-----Original Message----- >>From: Ciramella, EJ [mailto:ECiramella@emptoris.com] >>Sent: Wednesday, October 22, 2003 12:08 PM >>To: 'Ant Users List' >>Subject: precompiling jsps for Websphere... >> >> >>Has anyone done any work precompiling jsps for WebSphere. If so, could >> >> >they > > >>share any tips/tatics? I'm struggling a bit. >> >> >> >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org