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

Compare with Current View Page History

« Previous Version 2 Next »

Quick start - Apache Geronimo for the impatient

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