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

Compare with Current View Page History

« Previous Version 34 Next »

Downloads




We use the Apache mirror system for our downloads. It can take a day or so for releases to propagate to all mirrors, so if you are downloading something near the release date, please be patient and retry the links from this page in the event that a selected mirror does not yet have the download.

You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory.

Binaries

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

2.0-M5 Release Notes

Java EE 5 Milestone 5

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat 6 and Jetty 6 are fully supported in Little-G.

Download Sample applications

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

2.0-M3 Release Notes

Java EE 5 Milestone 3

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat 6 and Jetty 6 are fully supported in Little-G.

Download Sample applications

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

J2EE 1.4 Beta Releases

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat and Jetty are fully supported in Little-G.

Download Sample applications

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

1.1.1 Release Notes

J2EE 1.4 Certified Releases

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat and Jetty are fully supported in Little-G.

Download Sample applications

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

1.1 Release Notes

J2EE 1.4 Certified Releases

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat and Jetty are fully supported in Little-G.

Download Sample applications

Downloads are provided for both Windows and Unix (including Linux, Mac OS X) operating systems. Each Geronimo package includes one of two possible Web containers, Tomcat or Jetty. Please choose the download with your preferred Web container in the name. Both Tomcat and Jetty are fully supported in Geronimo. For more background on each, please see the Tomcat home page and the Jetty home page.

1.0 Release Notes

J2EE 1.4 Certified Releases

Little-G
This distribution of Apache Geronimo includes a WebContainer and a subset of other modules of Geronimo. This is not a Java EE 5 compliant server and is appealing for users that desire a smaller footprint with specific functionality. Both Tomcat and Jetty are fully supported in Little-G.

Download Sample applications

Sources

Verifying the integrity of the files

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read Verifying Apache Geronimo Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
% pgpv geronimo-tomcat-j2ee-1.1.tar.gz.asc
or
% pgp -ka KEYS
% pgp geronimo-tomcat-j2ee-1.1.tar.gz.asc
or
% gpg --import KEYS
% gpg --verify geronimo-tomcat-j2ee-1.1.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here.

  • No labels