The most expedient way to install a milestone release of Geronimo is
to download and unpack the .zip or
.tar.gz file. No additional steps
are necessary, and you will get a default, working configuration out of
the box.
On Windows platforms, use a tool like WinZip to open the .zip file and extract the Geronimo files.
This will create a new geronimo-1.1/ subdirectory containing all
the Geronimo files.
![]() | Warning |
|---|---|
Geronimo includes files with long paths and names, and Windows
limits all files to a total path length of 255 characters. This means
it's safest to install Geronimo into a directory with a very short
path name. For example, it would be best to use a path like |
On these platforms, use the UNIX tar tool to
open the .tar.gz file and extract
the Geronimo files. This will create a new geronimo-1.1/ subdirectory containing all
the Geronimo files. For example:
> tar -xzvf geronimo-jetty-j2ee-1.1.tar.gz geronimo-1.1/ geronimo-1.1/bin/ geronimo-1.1/docs/ geronimo-1.1/lib/ ...