Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

To set the GRIDFTP port range programmatically, do the following:
  • in JAVA:
    Code Block
    
    System.setProperty("org.globus.tcp.port.range", "x,y");
    
  • in OGRESCRIPT (see SetSystemProperty):
    Code Block
    xml
    xml
    
    <set-system-property name="org.globus.tcp.port.range" value="x,y"/>
    

NOTES

An explanation of ncsa.tools.common.types.Configuration

...