Downloading Struts
Use the links below to download Apache Struts from one of our mirrors. You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory.
Mirror
[if-any logo]
[end]
The currently selected mirror is [preferred]. If you encounter
a problem with this mirror, please select another mirror. If all
mirrors are failing, there are backup mirrors (at the end of
the mirrors list) that should be available.
You may also consult the complete list of mirrors.
Struts 1.2.8
Struts 1.2.8 is the latest production release of Struts. It is available in a binary distribution, a source distribution, and a minimal library distribution.
- Binaries:
- Source:
- Library:
Verify the integrity of the files
It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.
The PGP signatures can be verified using PGP or GPG. First download
the KEYS as well
as the asc
signature file for the particular 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
or
% pgpv ${filename}.tar.gz.asc
% pgp -ka KEYS
or
% pgp ${filename}.tar.gz.asc
% gpg --import KEYS
% gpg --verify ${filename}.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.