From 3bd407dba6449c2bbc3288bd831d33d98ee02bb5 Mon Sep 17 00:00:00 2001 From: ryounes Date: Mon, 18 Jul 2011 21:12:46 +0000 Subject: [PATCH] NIHVIVO-2936 Update to doc on vitro.local.solr.url to reflect changes to example.deploy.properties --- doc/install.html | 2 +- doc/upgrade-1.3.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index 045f06fe..bf421c8e 100644 --- a/doc/install.html +++ b/doc/install.html @@ -396,7 +396,7 @@ URL of Solr context used in local VIVO search. - Should consist of:
    scheme + servername + port + vivocontextpath + "solr"
+ Should consist of:
    scheme + servername + 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" diff --git a/doc/upgrade-1.3.html b/doc/upgrade-1.3.html index 9e20ac66..f83062ed 100644 --- a/doc/upgrade-1.3.html +++ b/doc/upgrade-1.3.html @@ -382,7 +382,7 @@ URL of Solr context used in local VIVO search. - Should consist of:
 scheme + servername + port + vivocontextpath + "solr"
+ Should consist of:
 scheme + servername + 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"