Ignore:
Timestamp:
2009-05-29T12:37:08+12:00 (15 years ago)
Author:
ak19
Message:

Not working. Changes made for collectiongroup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/glicolgroup/src/org/greenstone/gatherer/greenstone/LocalLibraryServer.java

    r19585 r19668  
    378378     * in an independently launched GSI (one not launched by GLI). */
    379379    static public boolean isURLPending() {
    380     /*if(Configuration.library_url != null) {
    381         System.err.println("**** Configuration.library_url: " + Configuration.library_url );
    382         return false; // don't need to do anything as we already have the url
    383         }*/
    384380
    385381    llssite_cfg_file.load(true); // don't force reload, load only if modified
     
    426422        Configuration.library_url = new URL(url);
    427423        running = true;
     424        // Run the server interface
     425        //Gatherer.spawnApplication(local_library_server_command, ID);
    428426        }
    429427        catch (MalformedURLException exception) {
Note: See TracChangeset for help on using the changeset viewer.