From scm-return-7665-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Thu Sep 01 15:59:49 2005 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 55225 invoked from network); 1 Sep 2005 15:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2005 15:59:49 -0000 Received: (qmail 4257 invoked by uid 500); 1 Sep 2005 15:59:48 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 4238 invoked by uid 500); 1 Sep 2005 15:59:48 -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 4224 invoked by uid 99); 1 Sep 2005 15:59:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 08:59:46 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 05CCCDF for ; Thu, 1 Sep 2005 17:59:46 +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: Thu, 01 Sep 2005 15:59:45 -0000 Message-ID: <20050901155945.31170.97174@ajax.apache.org> Subject: [Geronimo Wiki] Update of "Tomcat" by AnitaKulshreshtha X-Virus-Checked: Checked by ClamAV on apache.org 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 AnitaKulshreshtha: http://wiki.apache.org/geronimo/Tomcat ------------------------------------------------------------------------------ Start up Geronimo as follows (see ["Running"]): {{{ - java -Djava.endorsed.dirs=lib/endorsed -jar bin/server.jar + java -jar bin/server.jar }}} To see the welcome page : @@ -309, +309 @@ By default, Geronimo is set up with Jetty as the web deployer (!JettyModuleBuilder). When a webapp is deployed using !JettyModuleBuilder it will reference Jetty as a web container (in other, more technical, words - the plan contains a reference to !JettyContainer). A module builder chooses what container the webapp will be deployed to. To enable Apache Tomcat as a web container, it's necessary to enable !TomcatModuleBuilder (which will assign Apache Tomcat to the deployed webapps). Which requires building the server again. - '''NOTE''': The java.endorsed.dirs variable must be set on the java command line, or Tomcat will not start. + '''NOTE''': It is no longer necessary to set java.endorsed.dirs variable on the java command line to start Tomcat. '''NOTE''': The `CATALINA_HOME` environment variable is not used by Tomcat when running inside Geronimo. The Catalina home directory is set to ''var/catalina/'' via the GBean attribute `catalinaHome` in the ''j2ee-server-tomcat-plan.xml'' file.