Changeset 36094 for main


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

pass servlet_path to Configuration

File:
1 edited

Legend:

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

    r35663 r36094  
    291291        try {
    292292            // Load GLI config file
    293             new Configuration(getGLIUserDirectoryPath(), gsdl_path, gsdl3_path, gsdl3_src_path, site_name,
     293            new Configuration(getGLIUserDirectoryPath(), gsdl_path, gsdl3_path, gsdl3_src_path, site_name, servlet_path,
    294294            fedora_info);
    295295           
Note: See TracChangeset for help on using the changeset viewer.