Changeset 36092 for main


Ignore:
Timestamp:
2022-03-10T08:57:16+13:00 (2 years ago)
Author:
kjdon
Message:

Configuration needs to be passed in servlet_path as well as site_name, otherwise setting it as an arg to Gatherer will have no effect

File:
1 edited

Legend:

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

    r29300 r36092  
    139139     */
    140140    public Configuration(String gli_user_directory_path, String gsdl_path, String gsdl3_path, String gsdl3_src_path,
    141                  String site_name, FedoraInfo fedora_info)
     141             String site_name, String servlet_path, FedoraInfo fedora_info)
    142142    {
    143143    super();
     
    149149    this.gsdl3_src_path = gsdl3_src_path;
    150150    this.site_name = site_name;
     151    this.servlet_path = servlet_path;
    151152
    152153    this.fedora_info = fedora_info;
Note: See TracChangeset for help on using the changeset viewer.