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

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 95841dad7 Widen mod_jk forwarding to Tomcat
95841dad7 is described below

commit 95841dad7874257ed2d7a083fe7b67a1407cd1f3
Author: rainerjung <[email protected]>
AuthorDate: Tue Jun 30 00:29:37 2026 +0200

    Widen mod_jk forwarding to Tomcat
---
 .github/workflows/makefile-mod_jk-win.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index c6397ae0c..2f725dbfb 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -71,7 +71,8 @@ jobs:
             sed -i.orig -e 's#worker.node1.port=8109#worker.node1.port=8009#' 
-e 's#worker.node2.activation=A#worker.node2.activation=S#' workers.properties
             sed -i.orig -e 's:# *JkMountFile 
conf/extra/uriworkermap.properties:JkMountFile conf/uriworkermap.properties:' 
httpd-jk.conf
             sed -i.orig -e 's:Listen 80:Listen 8000:' -e 's#Define 
SRVROOT.*#Define SRVROOT "'"$APACHE2_HOME"'"#' httpd.conf
-            echo "Include conf/httpd-jk.conf" >> httpd.conf
+            echo 'Include conf/httpd-jk.conf' >> httpd.conf
+            echo '/*=balancer' >> uriworkermap.properties
             # Show patched config changes (debug)
             diff -w -u httpd.conf.orig httpd.conf || :
             diff -w -u httpd-jk.conf.orig httpd-jk.conf || :


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to