Tuscany Downloads
Project Download |
Description |
---|---|
Infrastructure implemented in Java to run SCA applications |
|
Infrastructure implemented in C++ to run SCA applications |
|
Implements SDO in Java |
|
Implements SDO in C++ |
|
Provides different DAS implementations for different data source types |
Verifying the integrity of the Downloaded Files
You can 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 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.