Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 31518 invoked from network); 29 Mar 2011 13:44:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 13:44:02 -0000 Received: (qmail 53332 invoked by uid 500); 29 Mar 2011 13:44:02 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 53288 invoked by uid 500); 29 Mar 2011 13:44:02 -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 53280 invoked by uid 99); 29 Mar 2011 13:44:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 13:44:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 74.125.83.54 as permitted sender) Received: from [74.125.83.54] (HELO mail-gw0-f54.google.com) (74.125.83.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 13:43:54 +0000 Received: by gwb15 with SMTP id 15so78086gwb.13 for ; Tue, 29 Mar 2011 06:43:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=D+AQAUUwvrPIVCRzS/NwJODKFSMl6Y6oZrUwCVvIe1U=; b=rcr7T3yDKVWvKrnyupNbgIuMBSvN5KnpXBtZ579sBb+4wSa2DkYic/AdKmhM7zphSv ybwP7k3vCHu9uD3r0D7F6iQZ1MhtAzJn7MRZXKH/roxaKw5n3I3ePEG2uOYklfX3E4po wMGDtmdDwn6rnyFH1a0vYnT5vgHwZVwUMtGTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=YnF7iBFmC0itQ/oYub5jO6l+zMupcgZP0MzCOf08S0u6VV7/4vStXu+1Js7ewmASKG uq43ysVXu/rIL+mFm9YzR6JWWgIp2pnwa8l7rU49aKwQbyYOh4w/2hLQrqztl2kP1PXm Pf0rFkT22fhx6xkVEEOzUgtYKWrGW/YWe6p8s= Received: by 10.90.26.7 with SMTP id 7mr121247agz.75.1301406213944; Tue, 29 Mar 2011 06:43:33 -0700 (PDT) Received: from [10.0.1.200] (cpe-066-057-037-066.nc.res.rr.com [66.57.37.66]) by mx.google.com with ESMTPS id r8sm2384654anf.3.2011.03.29.06.43.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2011 06:43:32 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Geronimo 2.2 with Tomcat 7? From: Kevan Miller In-Reply-To: Date: Tue, 29 Mar 2011 09:43:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1082) On Mar 29, 2011, at 8:30 AM, Martin Storch wrote: > Hi there, >=20 > I would like to update my publishing system and have heard that = Geronimo > 2.2 doesn't work with Tomcat 7.0, just with Tomcat 6.x. Is that true? Correct. Geronimo 2.2 includes Tomcat 6.0.x. >=20 > When I just install the Geronimo Framework, how can I connect that = with (a > separate) Tomcat-Installation? You don't connect it to an existing Tomcat installation. Tomcat (or = Jetty) is included when you install Geronimo.=20 > Do I still need Tomcat when Geronimo is installed? Where is the = difference > between those programs. No. Geronimo could replace Tomcat. Tomcat implements the Servlet/JSP = specification. Geronimo can provide full Java EE 5 functionality = (Servlet/JSP, JSF, JPA, EJB, JMS, etc). Geronimo is component-based and = the functionality provided by a Geronimo server is flexible. We provide = a full Java EE server and a minimal (web container plus a bit more) = server assembly. You can also create a server assembly with just the = features you require. For instance, I know somebody running Geronimo = with OpenEJB and ActiveMQ, but without a web container. >=20 > And finally, when will Geronimo 3.0 be done? Fairly soon, we hope. I'm guessing 2-3 months. --kevan=