Changeset 24604


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

Location:
main/trunk
Files:
2 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");
  • main/trunk/greenstone3/build.properties.in

    r24207 r24604  
    88tomcat.server=localhost
    99# The port number that tomcat is/will be run on
    10 tomcat.port=8080
     10tomcat.port=8383
    1111# Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats
    12 tomcat.shutdown.port=8005
     12tomcat.shutdown.port=8305
    1313# If tomcat is already running, enter the path to the base directory here
    1414tomcat.installed.path=
Note: See TracChangeset for help on using the changeset viewer.