Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 41461 invoked from network); 27 May 2005 19:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2005 19:38:20 -0000 Received: (qmail 26563 invoked by uid 500); 27 May 2005 19:38:19 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 26531 invoked by uid 500); 27 May 2005 19:38:19 -0000 Mailing-List: contact scm-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 scm@geronimo.apache.org Received: (qmail 26490 invoked by uid 99); 27 May 2005 19:38:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 27 May 2005 12:38:19 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 444C3CB for ; Fri, 27 May 2005 21:38:11 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Fri, 27 May 2005 19:38:11 -0000 Message-ID: <20050527193811.14802.52683@ajax.apache.org> Subject: [Geronimo Wiki] Trivial Update of "Tomcat" by jgenender X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by jgenender: http://wiki.apache.org/geronimo/Tomcat ------------------------------------------------------------------------------ A module builder is selected by uncommenting the Tomcat section in j2ee-runtime-deployer-plan.xml and commenting out Jetty section. Thus either TomcatModuleBuilder or JettyModuleBuilder gbean is created. When Tomcat is selected, it will only use geronimo-tomcat.xml file and invoke Tomcat container. * What are the steps to disable Jetty and only have Tomcat? I would imagine the majority of users would want to use one or the other, but not both? - Tomcat can fully replace Jetty as a web container. All references to Jetty must be commented out. Finally in the j2ee-deployer-plan.xml and j2ee-runtime-deployer-plane.xml, there is a GBean named !EJBBuilder. Change the listener attribute to contain the following: + Tomcat can fully replace Jetty as a web container. All references to Jetty must be commented out. Finally in the j2ee-deployer-plan.xml and j2ee-runtime-deployer-plane.xml, there is a GBean named {{{EJBBuilder}}}. Change the listener attribute to contain the following: {{{ geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Server,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebContainer }}}