diff --git a/search-services/packaging/docker-compose.yml b/search-services/packaging/docker-compose.yml
index 2c904dd76..c3b96280f 100644
--- a/search-services/packaging/docker-compose.yml
+++ b/search-services/packaging/docker-compose.yml
@@ -30,4 +30,4 @@ services:
ports:
- "8083:8983" #Browser port
- "1044:1044" #Java debugging
-#In the Index Server Shard Management Admin console the index server is: localhost:8083/solr
+#In the Index Server Shard Management Admin console the index server is: solr6:8983/solr
diff --git a/search-services/packaging/pom.xml b/search-services/packaging/pom.xml
index 10f5045d0..bfb5a5612 100644
--- a/search-services/packaging/pom.xml
+++ b/search-services/packaging/pom.xml
@@ -10,6 +10,9 @@
# Alfresco configuration
# This file is automatically included by solr. You can define your custom settings here
SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000"
+ REM Alfresco configuration
+REM This file is automatically included by solr. You can define your custom settings here
+set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000
org.alfresco
@@ -125,12 +128,21 @@ SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.thre
+
+
+
+
+
+
+
+
+
diff --git a/search-services/packaging/src/assembly/solr-distribution.xml b/search-services/packaging/src/assembly/solr-distribution.xml
index 778728e58..08340f879 100644
--- a/search-services/packaging/src/assembly/solr-distribution.xml
+++ b/search-services/packaging/src/assembly/solr-distribution.xml
@@ -11,6 +11,7 @@
.
solr.in.sh
+ solr.in.cmd
@@ -21,6 +22,7 @@
**/server/solr/**
**/example/**
**/bin/solr.in.sh
+ **/bin/solr.in.cmd