From b0692b21fda9c0bf7d7c9486ff9748ab546cf704 Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Mon, 14 Feb 2022 15:11:40 +0100 Subject: [PATCH] ACS-2544 - Update JAVA_TOOL_OPTIONS to SOLR_OPTS (cherry picked from commit dbb04c60bf126e0cc3b57467941d95b15d1f3864) --- search-services/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-services/README.md b/search-services/README.md index b29dada91..1db131806 100644 --- a/search-services/README.md +++ b/search-services/README.md @@ -331,7 +331,7 @@ SOLR Web Console will be available at: **Using Shared Secret Authentication** -An alternative is to use a shared secret in order to secure repo <-> solr communication. You just need to set `ALFRESCO_SECURE_COMMS=secret` **AND** `JAVA_TOOL_OPTIONS="-Dalfresco.secureComms.secret=my_super_secret_secret"`. +An alternative is to use a shared secret in order to secure repo <-> solr communication. You just need to set `ALFRESCO_SECURE_COMMS=secret` **AND** `SOLR_OPTS="-Dalfresco.secureComms.secret=my_super_secret_secret"`. By default, the SOLR Web Console will be available at: