From 2c63ce604bafdd5754096f1f21e48f097fedb889 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 18 Jul 2011 20:34:54 +0000 Subject: [PATCH] Clarify the explanation and example for vitro.local.solr.url property. --- example.deploy.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index f8357301..ab108454 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -42,8 +42,8 @@ tomcat.home = /usr/local/tomcat webapp.name = vivo # -# URL of Solr context used in local VIVO search. Should consist of: -# scheme + servername + port + vivocontextpath + "solr" +# URL of Solr context used in local VIVO search. This will usually consist of: +# scheme + server_name + port + vivo_webapp_name + "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 # above) + "solr"