Changeset 18674


Ignore:
Timestamp:
2009-03-13T13:29:53+13:00 (15 years ago)
Author:
ak19
Message:

Changed the default values for httpprefix and gwcgi to reflect the template values in gsdlsite.cfg.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/server/Server2.java

    r18669 r18674  
    9898    String port = "8080";
    9999    String gwcgi;
    100     String httpprefix = "gsdl";
    101     String suffix = "/cgi-bin/library.cgi";
     100    String httpprefix = "greenstone";
     101    String suffix = "greenstone/cgi-bin/library.cgi";
    102102
    103103    // get the prefix from the gsdlsite.cfg and build.properties files
Note: See TracChangeset for help on using the changeset viewer.