From 7ffba81972a76d51fc135c76b01be324245c0a03 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 18 Jul 2011 20:34:57 +0000 Subject: [PATCH] Clarify the explanation and example for vitro.local.solr.url property. --- webapp/config/example.deploy.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index fd68cf22b..ebec9fdf8 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -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,