Access Keys:
Skip to content (Access Key - 0)

Knowledgebase


Part Three: Set up the Target Grid


The caGrid distribution contains contains a client.properties file that allows you to use either the training grid or the production grid.

The caGridClient by default is set up with the training grid as the target grid, so if you're utilizing the training grid feel free to move on to part four.
  1. Open the file caGridClient/conf/client.properties.
  2. To set up the target grid to the training grid, comment out the production grid lines with '#' and remove any '#' from the beginning of training grid lines as shown below.
    # Training
    sync.description=conf/sync-description.xml
    default.dorian.service.url=https://dorian.training.cagrid.org:8443/wsrf/services/cagrid/Dorian
    default.index.service.url=http://index.training.cagrid.org:8080/wsrf/services/DefaultIndexService
    default.grouper.service.url=https://grouper.training.cagrid.org:8443/wsrf/services/cagrid/GridGrouper
    
    #production
    #sync.description=conf/prod-sync-description.xml
    #default.index.service.url=http://cagrid-index.nci.nih.gov:8080/wsrf/services/DefaultIndexService
    #default.dorian.service.url=https://cagrid-dorian.nci.nih.gov:8443/wsrf/services/cagrid/Dorian
    #default.grouper.service.url=https://cagrid-gridgrouper.nci.nih.gov:8443/wsrf/services/cagrid/GridGrouper
    
    # Globus Credential save path
    proxy.save.file=user.proxy
    
  3. To set up the target grid to the production grid, comment out the training grid lines with '#' and remove any '#' from the beginning of production grid lines as shown below.
    # Training
    #sync.description=conf/sync-description.xml
    #default.dorian.service.url=https://dorian.training.cagrid.org:8443/wsrf/services/cagrid/Dorian
    #default.index.service.url=http://index.training.cagrid.org:8080/wsrf/services/DefaultIndexService
    #default.grouper.service.url=https://grouper.training.cagrid.org:8443/wsrf/services/cagrid/GridGrouper
    
    #production
    sync.description=conf/prod-sync-description.xml
    default.index.service.url=http://cagrid-index.nci.nih.gov:8080/wsrf/services/DefaultIndexService
    default.dorian.service.url=https://cagrid-dorian.nci.nih.gov:8443/wsrf/services/cagrid/Dorian
    default.grouper.service.url=https://cagrid-gridgrouper.nci.nih.gov:8443/wsrf/services/cagrid/GridGrouper
    
    # Globus Credential save path
    proxy.save.file=user.proxy
    
Last edited by
Saba Bokhari (417 days ago)
Adaptavist Theme Builder Powered by Atlassian Confluence