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
Run the container script
Change to bin directory
%cd bin
Edit the file
server-config.tacby adding or removing resources:def GetResource(contextFactory=None): root = Resource() root.putChild('wsrf', Resource()) resource = Resource() root.getStaticEntity('wsrf').putChild('services', resource) resource.putChild('CounterService', Counter(post='/wsrf/services/CounterService'))Run the start container script:
%./start-container.sh