Appendix A. Proxy support

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-container

Please note that not all of the code will obey the proxy port setting.