Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 25736 invoked from network); 2 Sep 2004 06:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 06:47:27 -0000 Received: (qmail 69818 invoked by uid 500); 2 Sep 2004 06:47:28 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 69683 invoked by uid 500); 2 Sep 2004 06:47:26 -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 Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 69668 invoked by uid 500); 2 Sep 2004 06:47:26 -0000 Delivered-To: apmail-incubator-geronimo-cvs@incubator.apache.org Received: (qmail 69665 invoked by uid 99); 2 Sep 2004 06:47:26 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Sep 2004 23:47:25 -0700 Received: (qmail 25686 invoked from network); 2 Sep 2004 06:47:23 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 2 Sep 2004 06:47:23 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: geronimo-cvs@incubator.apache.org To: geronimo-cvs@incubator.apache.org Subject: =?iso-8859-1?q?=5BApache_Geronimo_Wiki=5D_Updated=3A__Running?= Date: Thu, 02 Sep 2004 06:47:23 -0000 Message-ID: <20040902064723.25678.35907@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-09-01T23:47:23 Editor: KristianKoehler Wiki: Apache Geronimo Wiki Page: Running URL: http://wiki.apache.org/geronimo/Running no comment Change Log: ---------------------------------------------------------------------------= --- @@ -7,14 +7,23 @@ The simplest way to deploy and run geronimo for a project that uses maven = is to use the geronimo maven deploy plugin, installed when you build geroni= mo. It is convenient to have a separate module in your project to deal with installing and running your application in geronimo. It may = also be convenient to have a module for running integration tests. OpenEJB= includes an integration test running module, modules/itests: the maven.xml= shows how to deploy and start geronimo, deploy your application, run tests= , and shutdown geronimo. Here we will concentrate on how to start geronimo= and deploy your application. = -This goal shows how to deploy in the target directory of your module: +This maven.xml shows how to deploy in the target directory of your module: = {{{ + + + + + + + }}} = These additional properties provide more control: