Changeset 22023 for gs3-extensions


Ignore:
Timestamp:
2010-05-04T10:26:11+12:00 (14 years ago)
Author:
ak19
Message:

mat-colbuild.bat now receives the hostname and port number from the servlet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/bin/script/mat-colbuild.bat

    r18190 r22023  
    77:: %7 should be the collection directory
    88:: %8 should be the log file
     9:: %9 should be the hostname:port
    910
    1011:: %GS3_ROOT=%6
     
    1314
    1415:: check we are still in the right directories
    15 
    1616
    1717cd %6
     
    5050
    5151:: wget -O /tmp/mat5.html "http://localhost:8090/greenstone3/library?a=s&sa=c"
    52 wget -O %3/mat-reconfigure.html "http://localhost:8080/greenstone3/library?a=s&sa=c"
     52wget -O %3/mat-reconfigure.html "http://%9/greenstone3/library?a=s&sa=c"
    5353
    5454echo "Done"  >> %8
Note: See TracChangeset for help on using the changeset viewer.