Changeset 35314 for gs3-extensions


Ignore:
Timestamp:
2021-08-20T23:08:32+12:00 (3 years ago)
Author:
davidb
Message:

Some refinement of the (echo) messages generated so the information presented in general doesn't sound quite so scary, when things are in fact still on track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/gs3-setup.bat

    r32432 r35314  
    3636:foundall
    3737endlocal& set SOLR_HOST=%SOLR_HOST%& set SOLR_PORT=%SOLR_PORT%
    38 echo Tomcat host: %SOLR_HOST%
    39 echo Tomcat port: %SOLR_PORT%
     38echo   - Solr API accessed internally via: http://%SOLR_HOST%:%SOLR_PORT%/solr/
     39rem echo Tomcat host: %SOLR_HOST%
     40rem echo Tomcat port: %SOLR_PORT%
    4041
    4142
    42 rem IF USING JETTY SERVER FOR SOLR
    43 :: The port Jetty runs on:
    44 set SOLR_JETTY_PORT=8983
     43rem rem IF USING JETTY SERVER FOR SOLR
     44rem :: The port Jetty runs on:
     45rem set SOLR_JETTY_PORT=8983
    4546
    46 :: The port Jetty listens on for a "stop" command
    47 set JETTY_STOP_PORT=8079
     47rem :: The port Jetty listens on for a "stop" command
     48rem set JETTY_STOP_PORT=8079
    4849
    4950if "%OS%" == "Windows_NT" goto WinNT
     
    99100:: variables with brackets in them, such as "Program Files (x86)"
    100101
    101 ::echo ++Solr/Jetty server will run on port %SOLR_JETTY_PORT% (+ port %JETTY_STOP_PORT% for shutdown command)
    102 echo ++Solr will run off the tomcat server on port %SOLR_PORT%
    103 echo --This port value can be changed by editing tomcat.port in build.properties
    104 ::echo --  %0
     102rem ::echo ++Solr/Jetty server will run on port %SOLR_JETTY_PORT% (+ port %JETTY_STOP_PORT% for shutdown command)
     103rem echo ++Solr will run off the tomcat server on port %SOLR_PORT%
     104rem echo --This port value can be changed by editing tomcat.port in build.properties
     105rem ::echo --  %0
    105106
    106107
Note: See TracChangeset for help on using the changeset viewer.