From 44c5f07fbacf30bae312fb1b3711cb71d94b99b3 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 16 May 2017 10:22:14 -0400 Subject: [PATCH] Correct path in Solr setup doc --- docs/doxygen-user/installSolr.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen-user/installSolr.dox b/docs/doxygen-user/installSolr.dox index cdae77c631..0547e6e65f 100755 --- a/docs/doxygen-user/installSolr.dox +++ b/docs/doxygen-user/installSolr.dox @@ -92,7 +92,7 @@ The following steps will configure Solr to run using an account that will have a You will very likely see a result that says "The solrJetty service is not started." This is okay. 3. Create a folder "C:\Bitnami\zookeeper" if it does not exist. - 4. Edit "C:\Bitnami\solr-4.10.3-0\apache-solr\server\solr\zoo.cfg" to include the text dataDir=C:/Bitnami/zookeeper as shown in the screenshot below + 4. Edit "C:\Bitnami\solr-4.10.3-0\apache-solr\solr\zoo.cfg" to include the text dataDir=C:/Bitnami/zookeeper as shown in the screenshot below

\image html zooDir.PNG