Ignore:
Timestamp:
2008-08-25T13:28:51+12:00 (16 years ago)
Author:
ak19
Message:

After changing the gliserver url or library path url, a restart is now required when running the GLI client (remote GS server).

File:
1 edited

Legend:

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

    r16884 r16990  
    749749        }
    750750        url = null;
     751    }
     752    catch(ConnectionException connectException) {
     753       
     754        DebugStream.println(connectException.getMessage());
    751755    }
    752756    catch (Exception exception) {           
Note: See TracChangeset for help on using the changeset viewer.