Changeset 15239


Ignore:
Timestamp:
2008-04-29T15:11:14+12:00 (16 years ago)
Author:
davidb
Message:

Default port had been changed to 9090, hostname no longer localhost. These are now back to there normal valuesbuild.properties

Location:
greenstone3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.properties

    r15228 r15239  
    1818## Tomcat installation
    1919#Set this to the internet/intranet name of the machine that Tomcat is/will be run on. localhost is fine for accessing the server from the local machine, but not remotely
    20 tomcat.server=wharariki.cs.waikato.ac.nz
     20tomcat.server=localhost
    2121# The port number that tomcat is/will be run on
    22 tomcat.port=9090
     22tomcat.port=8080
    2323# Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats
    24 tomcat.shutdown.port=9005
     24tomcat.shutdown.port=8005
    2525# If tomcat is already running, enter the path to the base directory here
    2626tomcat.installed.path=
  • greenstone3/trunk/build.xml

    r15235 r15239  
    11551155           
    11561156            <!-- some of src (db2txt hashfile phind txt2db) -->
    1157             <update dir="gs2build/src/db2txt" revision="${branch.revision}" />
     1157            <update dir="gs2build/src/gdbmedit/db2txt" revision="${branch.revision}" />
    11581158            <update dir="gs2build/src/hashfile" revision="${branch.revision}" />
    11591159            <update dir="gs2build/src/phind" revision="${branch.revision}" />
    1160             <update dir="gs2build/src/txt2db" revision="${branch.revision}" />
     1160            <update dir="gs2build/src/gdbmedit/txt2db" revision="${branch.revision}" />
    11611161
    11621162            <!-- bin -->
     
    12401240           
    12411241            <!-- some of src (db2txt hashfile phind txt2db) -->
    1242             <checkout url="${svn.root}/gsdl/${branch.path}/src/db2txt" destPath="gs2build/src/db2txt" revision="${branch.revision}" />
     1242            <checkout url="${svn.root}/gsdl/${branch.path}/src/db2txt" destPath="gs2build/src/gdbmedit/db2txt" revision="${branch.revision}" />
    12431243            <checkout url="${svn.root}/gsdl/${branch.path}/src/hashfile" destPath="gs2build/src/hashfile" revision="${branch.revision}" />
    12441244            <checkout url="${svn.root}/gsdl/${branch.path}/src/phind" destPath="gs2build/src/phind" revision="${branch.revision}" />
    1245             <checkout url="${svn.root}/gsdl/${branch.path}/src/txt2db" destPath="gs2build/src/txt2db" revision="${branch.revision}" />
     1245            <checkout url="${svn.root}/gsdl/${branch.path}/src/txt2db" destPath="gs2build/src/gdbmedit/txt2db" revision="${branch.revision}" />
    12461246
    12471247            <!-- bin -->
Note: See TracChangeset for help on using the changeset viewer.