Software Links
Getting Started
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide
- Migrating Guides
Reference
Manuals
Common Runtime
Security
- GSI C
- GSI Java
- Java WS A&A
- C WS A&A (coming soon)
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
Data Mgt
WS MDS
Execution Mgt
A basic proxy support is provided. The
org.globus.wsrf.proxy.port
system property can be set to the port of the proxy server (the proxy server must
run on the same machine as the container). This will make any code that uses the
ServiceHost or AddressingUtils API return the address of the proxy server instead of the
container. This could be useful, for example, for debugging purposes. The
org.globus.wsrf.proxy.port
system property can be passed to globus-start-container script via the GLOBUS_OPTIONS environment property. For
example:
$ setenv GLOBUS_OPTIONS="-Dorg.globus.wsrf.proxy.port=5555" $
globus-start-containerPlease note that not all of the code will obey the proxy port setting.