Changeset 24604 for main/trunk/gli


Ignore:
Timestamp:
2011-09-15T20:08:02+12:00 (13 years ago)
Author:
ak19
Message:

GS3 default start and stop ports are 8383 and 8304

File:
1 edited

Legend:

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

    r24600 r24604  
    11281128        if (GS3) {
    11291129            String host = "localhost";
    1130             String port = "8080";
     1130            String port = "8383";
    11311131           
    11321132            File buildPropsFile = new File(Configuration.gsdl3_src_path + File.separator + "build.properties");
Note: See TracChangeset for help on using the changeset viewer.