Ignore:
Timestamp:
2009-04-15T18:27:33+12:00 (15 years ago)
Author:
ak19
Message:

Updated several files such that the Server2 code in server.jar can interact with GLI code so that the local GS2 server for Linux works the same way as the GS2 Local Library Server on windows.

File:
1 edited

Legend:

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

    r15361 r18987  
    8080        return;
    8181    }
     82
     83    // check that the local library server is still running  - doesn't do anything if it's not supposed to be running
     84    // !! Don't like this here
     85    LocalLibraryServer.checkServerRunning();
     86   
    8287    // FLI or GLI for GS2 case (no library_url)
    8388    preview_address = Configuration.library_url.toString() + "?c=" + CollectionManager.getLoadedCollectionName() + "&l=" + Configuration.getLanguage();
     
    124129       
    125130        configureHomeURL();
    126         // check that the local library server is still running  - doesn't do anything if its not supposed to be running
    127         // !! Don't like this here
    128         LocalLibraryServer.checkServerRunning();
     131       
    129132        if (Gatherer.GS3) {
    130133        // we need to rerun the convert in case the format stuff has changed
Note: See TracChangeset for help on using the changeset viewer.