Clarify the explanation and example for vitro.local.solr.url property.

This commit is contained in:
j2blake 2011-07-18 20:34:57 +00:00
parent 24bba51a47
commit 7ffba81972

View file

@ -32,14 +32,14 @@ tomcat.home = /usr/local/tomcat
webapp.name = vitro
#
# URL of Solr context used in local VIVO search. Should consist of:
# scheme + servername + port + vivocontextpath + "solr"
# In the standard installation, the Solr context will be on the same server as VIVO,
# and in the same Tomcat instance. The path will be the VIVO webapp.name (specified
# URL of Solr context used in local Vitro search. This will usually consist of:
# scheme + server_name + port + vitro_webapp_name + "solr"
# In the standard installation, the Solr context will be on the same server as Vitro,
# and in the same Tomcat instance. The path will be the Vitro webapp.name (specified
# above) + "solr"
# Example:
# vitro.local.solr.url = http://localhost:8080/vivosolr
vitro.local.solr.url = http://localhost:8080/vivosolr
# vitro.local.solr.url = http://localhost:8080/vitrosolr
vitro.local.solr.url = http://localhost:8080/vitrosolr
#
# Restricts access to the Solr search platform. One or more regular expressions,