Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
Table of Contents
Java CoG Kit is distributed as part of a default GT 4.1.3 installation. For basic installation instructions, see the Installing GT 4.1.3. No extra installation steps are required for this component.
The following are optional instructions for more advanced types of installations. These are for those advanced users who want to build the latest code from CVS or are just interested in the Java CoG Kit.
| 1. |
Obtain the source code for Java CoG Kit: From CVS.
From source distribution.
|
| 2. |
Run: ant all
|
| 1. | Untar or unzip the distribution archive. tar xvfz cog-XXX-tar.gz |
| 2. | Change into the unpacked distribution directory. cd cog-XXX |
| 3. | Set the COG_INSTALL_PATH environment variable to the unpacked distribution directory. On Windows: set COG_INSTALL_PATH=c:\cog-1.2
On Unix/Linux: setenv COG_INSTALL_PATH /soft/cog-1.2/ or export COG_INSTALL_PATH=/soft/cog-1.2/
|