Changeset 14352


Ignore:
Timestamp:
2007-08-09T09:43:50+12:00 (17 years ago)
Author:
qq6
Message:

Configuration.gliserver_url is set up if Configuration.library_url != null for a remote GS3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/Gatherer.java

    r14304 r14352  
    291291        if (Configuration.library_url == null) {
    292292        missingEXEC();
    293         //missingGLIServer();
     293        if ((Configuration.library_url!=null) && isGsdlRemote && GS3 && (gliserver_url_string==null)){
     294            Configuration.gliserver_url = new URL(Configuration.library_url.toString() + "/cgi-bin/gliserver4gs3.pl");
     295        }
    294296        }
    295297
Note: See TracChangeset for help on using the changeset viewer.