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 WS Core is built and installed as part of a default GT 4.1.3 installation. 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 WS Core.
Obtain the source code for Java WS Core:
From CVS.
To get the latest source from cvs execute:
cvs -d :pserver:anonymous@cvs.globus.org:/home/globdev/CVS/globus-packages \ checkout wsrfChange into the
wsrfdirectory.cd wsrf
From Core-only source distribution.
Untar or unzip the distribution archive.
tar xvfz ws-core-XXX-src.tar.gzChange into the unpacked distribution directory.
cd ws-core-XXX
Set the
GLOBUS_LOCATIONenvironment variable to the absolute path of the target directory of your installation. On Windows:set GLOBUS_LOCATION=c:\gt4
On Unix/Linux:
setenv GLOBUS_LOCATION /soft/gt4/
or
export GLOBUS_LOCATION=/soft/gt4/
If
GLOBUS_LOCATIONis not set, aninstalldirectory will be created under the current directory.Run:
ant all
Additional arguments can be specified on the
antcommand line to customize the build:-
-DwindowsOnly=false- generate launch scripts for standard Globus tools such asgrid-proxy-init, etc. (Unix/Linux only) -
-Dall.scripts=true- generate Windows and Unix launch scripts -
-Denable.container.desc- create and configure the container with a global security descriptor
-
Untar or unzip the distribution archive.
tar xvfz ws-core-XXX-bin.tar.gzChange into the unpacked distribution directory.
cd ws-core-XXX
Set the
GLOBUS_LOCATIONenvironment variable to the unpacked distribution directory. On Windows:set GLOBUS_LOCATION=c:\gt4
On Unix/Linux:
setenv GLOBUS_LOCATION /soft/gt4/
or
export GLOBUS_LOCATION=/soft/gt4/