From 859340b483d68328623814a42462aef47782d8cd Mon Sep 17 00:00:00 2001 From: mchyzer Date: Mon, 20 Jul 2020 02:43:26 -0400 Subject: [PATCH] turn on ajp --- .../test/grouperContainerUnitTest.sh | 2 +- .../tomee/conf/server.xml.turnOnAjp | 169 ++++++++++++++++++ .../tomee/conf/server.xml.turnOnAjp.patch | 17 ++ .../usr-local-bin/librarySetupFilesTomcat.sh | 13 ++ 4 files changed, 200 insertions(+), 1 deletion(-) create mode 100644 container_files/tomee/conf/server.xml.turnOnAjp create mode 100644 container_files/tomee/conf/server.xml.turnOnAjp.patch diff --git a/container_files/tier-support/test/grouperContainerUnitTest.sh b/container_files/tier-support/test/grouperContainerUnitTest.sh index 1368dbb4..2d99f1b5 100644 --- a/container_files/tier-support/test/grouperContainerUnitTest.sh +++ b/container_files/tier-support/test/grouperContainerUnitTest.sh @@ -5,7 +5,7 @@ if [ "$#" -ne 4 ]; then exit 1 fi -expectedSuccesses=535 +expectedSuccesses=537 export containerName=$1 export imageName=$2 diff --git a/container_files/tomee/conf/server.xml.turnOnAjp b/container_files/tomee/conf/server.xml.turnOnAjp new file mode 100644 index 00000000..10435102 --- /dev/null +++ b/container_files/tomee/conf/server.xml.turnOnAjp @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/container_files/tomee/conf/server.xml.turnOnAjp.patch b/container_files/tomee/conf/server.xml.turnOnAjp.patch new file mode 100644 index 00000000..75effa56 --- /dev/null +++ b/container_files/tomee/conf/server.xml.turnOnAjp.patch @@ -0,0 +1,17 @@ +--- 7.0.8/apache-tomee-webprofile-7.0.8/conf/server.xml 2020-05-19 09:25:40.000000000 -0400 ++++ 7.0.7/apache-tomee-webprofile-7.0.7/conf/server.xml 2020-01-07 08:22:48.000000000 -0500 +@@ -115,12 +115,8 @@ + --> + + +- ++ ++ + +