Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91612 invoked from network); 4 Jul 2005 02:49:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2005 02:49:25 -0000 Received: (qmail 99576 invoked by uid 500); 4 Jul 2005 02:49:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 99545 invoked by uid 500); 4 Jul 2005 02:49:20 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 99524 invoked by uid 99); 4 Jul 2005 02:49:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 19:49:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 19:49:21 -0700 Received: from [192.168.15.100] (68-171-62-46.vnnyca.adelphia.net [68.171.62.46]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j642mQCW022867 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sun, 3 Jul 2005 19:48:26 -0700 Mime-Version: 1.0 (Apple Message framework v730) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: War deployment problem in geronimo 1.0-208875 Date: Sun, 3 Jul 2005 19:49:16 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.730) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The tools jar hack will be needed until we delete the OpenORB stub/ tie compiler. I should have this change committed in the next few days, and then we can remove the hack code. -dain On Jul 3, 2005, at 6:20 PM, sissonj@insession.com wrote: > > After a quick look.. Geronimo's Daemon class is still calling > ToolsJarHack.install(). > > Jasper2 (the JSP handling component) which is part of Tomcat as of > version 5.5.0 bundles the eclipse JDT to allow tomcat to run on a > JRE, according to http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ > jasper-howto.html > > The Jetty doco also says Jasper2 is used by Jetty: http:// > jetty.mortbay.org/jetty/readme.txt > > So it appears that the ToolsJarHack isn't needed, but has anyone > tested both Tomcat and Jetty without tools.jar? > > John > > This e-mail message and any attachments may contain confidential, > proprietary or non-public information. This information is > intended solely for the designated recipient(s). If an addressing > or transmission error has misdirected this e-mail, please notify > the sender immediately and destroy this e-mail. Any review, > dissemination, use or reliance upon this information by unintended > recipients is prohibited. Any opinions expressed in this e-mail > are those of the author personally. > > Dain Sundstrom wrote on 04/07/2005 06:50:39 AM: > > > It is supposed to use the eclipse compiler so there should be no > > searching at all. > > > > -dain > > > > On Jul 3, 2005, at 12:49 PM, David Blevins wrote: > > > > > On Sun, Jul 03, 2005 at 01:21:23PM +0200, Oliver Kiessler wrote: > > > > > >> hi list, > > >> I just installed geronimo 1.0-208875 and deployed a simple > > >> webapplication with just a few JSP pages. The deployment via the > > >> deployer.jar went fine. But when I accessed the webapplication > via > > >> the > > >> webbrowser I got the following error: > > >> > > >> HTTP ERROR: 500 > > >> Unable to initialize TldLocationsCache: /usr/j2sdk1.4.2_04/jre/ > lib/ > > >> ext/tools.jar > > >> RequestURI=/karma/ > > >> Powered by Jetty:// > > >> > > >> 13:10:19,660 INFO [Container] Started HttpContext[/,/] > > >> 13:10:26,860 WARN [/karma] /karma/: > > >> org.apache.jasper.JasperException: Unable to initialize > > >> TldLocationsCache: /usr/j2sdk1.4.2_04/jre/lib/ext/tools.jar > > >> at org.apache.jasper.compiler.TldLocationsCache.init > > >> (TldLocationsCache.java:252) > > >> at > org.apache.jasper.compiler.TldLocationsCache.getLocation > > >> (TldLocationsCache.java:223) > > >> at org.apache.jasper.JspCompilationContext.getTldLocation > > >> (JspCompilationContext.java:519) > > >> > > > [...] > > > > > >> > > >> My system: > > >> Fedora core 4 Kernel 2.6.11-1.1369_FC4 > > >> java version "1.4.2_04" > > >> Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2_04-b05) > > >> Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) > > >> > > >> > > > > > > Looks like there is an error finding the jar containing the javac > > > compiler required for JSP support. It certainly won't find it in > > > the jre directory. > > > > > > I know we have (or had) some code to deal with this. Anyone else > > > have more info? > > > > > > -David > > > > >