Changes between Initial Version and Version 1 of Ticket #914


Ignore:
Timestamp:
2016-11-22T13:32:00+13:00 (7 years ago)
Author:
kjdon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #914 – Description

    initial v1  
    1 Solr runs off the romcat port.
     1Solr runs off the tomcat port.
    22ext/solr/gs3-setup.sh is run when we source gs3-setup.sh in top level.
    33This reads build.properties and sets SOLR_PORT and SOLR_HOST env vars based on values of tomcat.port and tomcat.host.
     
    77* when port is changed in gs3 server settings, it needs to do something about SOLR_PORT.
    88* maybe we can make an ant target 'configure' which is called when the top level configure is called? (this is called whenever we start the server). Then SOLR_PORT wil get checked everytime we start the server.
     9* however, this won't set it in the terminal? cos its not doing a 'source'.
     10
     11Can we find the solr url a different way, not using environmnet vars??