Ignore:
Timestamp:
2010-08-31T20:55:28+12:00 (14 years ago)
Author:
ak19
Message:

Further changes for ticket 152 (movable collectdir), to get server.exe to load all the collections in a non-standard collectdirectory. Previously the code read in collections in any collecthome property listed in a section OTHER THAN the default [gsdl] section of gli/llssite.cfg. Adjusted the code to handle a non-standard collecthome value specified in the [gsdl] section itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/configaction.cpp

    r22677 r22822  
    9393    textout << "configured release-collection\n";
    9494
    95   } else if ((args["cmd"] == "restart")) {
    96     if(!args["c"].empty()) {
    97         remove_colservr(args["c"], logout);
    98         textout << "configured release-collection for reconfigure-restart\n";
    99     }
    100     textout << "reconfigure-restart\n";
     95  } else if ((args["cmd"] == "restart")) { 
     96    textout << "configured for restart\n";
    10197#ifdef GSDL_LOCAL_LIBRARY
    10298    HWND gw = FindWindow("Greenstone Digital Library Software",
Note: See TracChangeset for help on using the changeset viewer.