You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Quick start - Apache Geronimo for the impatient

This article is organized in the following sections:

Prerequisite

When working with the Geronimo 2.1 binary downloads, J2SE 1.5 is required.

Apache Geronimo v2.1 provides full support for Sun JDK 5.0+ (J2SE 1.5.0+). Refer to the following URL for details on how to download and install J2SE 1.5: http://java.sun.com

Getting Geronimo

${renderedContent}

Installing Geronimo

${renderedContent}

Starting the Geronimo server

${renderedContent}

Stopping a Geronimo server

${renderedContent}

Deploying an application

${renderedContent}

You can deploy an application archive (.war, .ear, or .jar) to a Geronimo server using any of the following techniques:

${renderedContent}
  • ./bin/gsh deploy/deploy <path-to-application-archive>
  • ./bin/deploy.sh deploy <path-to-applicaton-archive>
  • cp <path-to-application-archive> deploy/
  • using the deploy capabilities in the Administrative Console
    ${renderedContent}
  • No labels