Use the links below to download a release of Apache Struts from one of our mirrors. You can verify the integrity of the downloaded files using signatures downloaded from our main distribution directory.
The currently selected mirror is http://apache.deathculture.net. 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.
Apache Struts 2.1.8 is an elegant, extensible framework for creating enterprise-ready Java web applications. It is available in a full distribution, or as separate library, source, example and documentation distributions. Struts 2.1.8 is the "best available" version of Struts in the 2.1 series.
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
% pgpv ${filename}.tar.gz.asc
or
% pgp -ka KEYS
% pgp ${filename}.tar.gz.asc
or
% 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.