Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
indent20px
styledisc

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.comImage Added

Getting Geronimo

indent
1
1
Download Geronimo from [Geronimo Downloads|http://geronimo.apache.org/downloads.html]

Geronimo 2.1 is available in three assembly configurations:
{indent:2}
* Framework : Geronimo kernel core functionality
* Minimal : Web Container, Transaction, and Connector capabilities
* Java EE 5 : full Java EE 5 functionality
{indent:1}

Minimal and Java EE 5 assemblies are provided with Jetty or Tomcat Web Containers. You can find more information about the Jetty project [here|http://www.mortbay.org/]. More information on the Tomcat project is available [here|http://tomcat.apache.org/]. Both are excellent Web Containers that are compliant with the Servlet 2.5 and JSP 2.1 specifications. Your choice may be driven by your past experience and particular functionality requirements.

The remainder of these instructions assume you have chosen the Java EE 5 server with Jetty.

...

indent
1
1
You can stop a Geronimo server using any of the following techniques:
{indent:2}
* {{./bin/gsh geronimo/stop-server}}
* {{./bin/geronimo.sh stop}}
Control-c (assuming the process is running in the foreground) or equivalent process management command (e.g kill -2 <process-number>)
the shutdown feature of the Administrative Console.

...