Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 99674 invoked from network); 30 Mar 2007 22:05:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 22:05:51 -0000 Received: (qmail 7639 invoked by uid 500); 30 Mar 2007 22:05:56 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 7288 invoked by uid 500); 30 Mar 2007 22:05:55 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 7277 invoked by uid 99); 30 Mar 2007 22:05:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 15:05:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.206.237] (HELO smtp104.plus.mail.mud.yahoo.com) (68.142.206.237) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Mar 2007 15:05:47 -0700 Received: (qmail 27090 invoked from network); 30 Mar 2007 22:05:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=wpzCFz8rPB8ioNPL+SZpvbHNUcjQR3GAx1y5A2ZAVC8VFPahQrW2s7po9V3iOgl1UHidcNVnzCgjADIGXDp3jNBOZbQflWCr0nIPLh7yVtiY0UQ4PMn55FWcipX+nvdx7TK9bFAynEKacuFP1z0yXDATjXSEgKm8ywSyUhKZaLg= ; Received: from unknown (HELO ?10.11.55.8?) (david_jencks@63.105.20.225 with plain) by smtp104.plus.mail.mud.yahoo.com with SMTP; 30 Mar 2007 22:05:25 -0000 X-YMail-OSG: IFYypW4VM1lYZLElTraHaBqKGsesHHBXTdhjaeSCxfOIk9au95fzb82lYBv3UfbdzvL9fNrhBQ-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0819690C-E4BC-4E52-8E5B-7E83C4011E5F@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: A few questions Date: Fri, 30 Mar 2007 15:05:25 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 30, 2007, at 12:45 PM, leonard flournoy wrote: The answers may depend on the geronimo version you are using. I'll assume you are bleeding edge and using 2.0 :-) > 1) Is it possible to change the version of tomcat ? You should be able to just put the version of tomcat you want in the geronimo repo (at the appropriate location, e.g. repository/org/ apache/tomcat/catalina/6.0.12/catalina-6.0.12.jar). If you want to downgrade tomcat you will need to remove the tomcat jars that are already present. This will work as long as the version is not specified in the dependency on tomcat jars in the geronimo-dependencies.xml file in the geronimo-tomcat jar. If your version of geronimo happens to mistakenly have versions there, you'd have to rebuild g. with the tomcat version you want specified. > > 2) Is it possible to specify the parser that geronio uses by default ? xml parser? Isn't this specified by a system property? I think you'll need to put the jaxp jars you want in lib/endorsed to get them appropriately on the classpath and I think you'll need to specify the property on the command line rather than with the SystemProperties gbean.... that would probably be too late. > > 3) How do you configre Geronimo to use a single class loader when > loading ear files? don't let any wars in the ear? :-) all ejb and connector modules in an ear currently share a classloader. Each war gets a child classloader, and there's not way to change that. What exactly are you trying to do? > > 4) Does Geronimo offer a service simular to JBoss's > SystemPropertiesService which allows users to access system > properties. can you explain this service? i thought users could use System.getProperty()..... We do have a SystemProperties gbean, maybe that is similar? thanks david jencks > > Thanks in advance! >