Changeset 34577


Ignore:
Timestamp:
2020-11-30T14:44:08+13:00 (3 years ago)
Author:
kjdon
Message:

web.xml now needs flax.xml as well as servlets.xml, so add it in here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/cgi-bin/gliserver.pl

    r34262 r34577  
    875875    my $java_classpath = &util::filename_cat($ENV{'GSDLHOME'}, "bin", "java", "GLIServer.jar");
    876876    my $zip_file_path = &util::filename_cat($web_inf_directory, "webxml" . $timestamp . ".zip");
    877     my $java_args = "\"$zip_file_path\" \"$web_inf_directory\" \"$file\" servlets.xml";
     877    my $java_args = "\"$zip_file_path\" \"$web_inf_directory\" \"$file\" servlets.xml flax.xml";
    878878    $ENV{'LANG'} = $lang_env;
    879879    my $java_command = "\"$java\" -classpath \"$java_classpath\" org.greenstone.gatherer.remote.ZipFiles $java_args";
Note: See TracChangeset for help on using the changeset viewer.