You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/05/04 17:30:06 UTC

[couchdb-documentation] branch master updated: 511 extending clouseau plugin doc (#531)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c48579  511 extending clouseau plugin doc (#531)
0c48579 is described below

commit 0c48579c04cf2542b41215013b32f1db67e743b2
Author: Simon Lucy <si...@objective2k.com>
AuthorDate: Mon May 4 18:29:55 2020 +0100

    511 extending clouseau plugin doc (#531)
    
    Added a sentence explicitly setting the classpath in the server parameters when running the service
---
 src/install/search.rst | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/install/search.rst b/src/install/search.rst
index 1fe07b6..de8d94c 100644
--- a/src/install/search.rst
+++ b/src/install/search.rst
@@ -33,7 +33,16 @@ Installation of Binary Packages
 
 Binary packages that bundle all the necessary dependencies of the search plugin are
 available on `GitHub`_.  The files in each release should be unpacked into a directory on
-the Java classpath. The service expects to find a couple of configuration files
+the Java classpath. If you do not have a classpath already set, or you wish to explicitly
+set the classpath location for Clouseau, then add the line::
+
+    -classpath '/path/to/clouseau/*'
+
+to the server command below. If clouseau is installed in ``/opt/clouseau`` the line would be::
+
+    -classpath '/opt/clouseau/*'
+
+The service expects to find a couple of configuration files
 conventionally called ``clouseau.ini`` and ``log4j.properties`` with the following
 content: