Ignore:
Timestamp:
2016-11-22T13:05:34+13:00 (7 years ago)
Author:
kjdon
Message:

changed the messages a bit to be more helpful

File:
1 edited

Legend:

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

    r29711 r31138  
    2727done < $file
    2828
    29 echo "Tomcat port: $SOLR_PORT"
    30 echo "Tomcat host: $SOLR_HOST"
     29echo "SOLR port: $SOLR_PORT"
     30echo "SOLR host: $SOLR_HOST"
    3131
    3232# If using jetty:
     
    9090fi
    9191
    92 echo "++Solr/Jetty server will run on port $SOLR_JETTY_PORT (+ port $JETTY_STOP_PORT for shutdown command)"
     92#echo "++Solr/Jetty server will run on port $SOLR_JETTY_PORT (+ port $JETTY_STOP_PORT for shutdown command)"
    9393
    9494if [ "$first_time" = "1" ] ; then
    95   echo "--These port values can be changed by editing:"
    96   echo "--  $full_setup"
     95  echo "++Solr will run off the tomcat server on port $SOLR_PORT. "
     96  echo "-- This port value can be changed by editing tomcat.port in build.properties"
     97  echo ""
    9798fi
Note: See TracChangeset for help on using the changeset viewer.