Skip to content

Commit

Permalink
turn on ajp
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Jul 20, 2020
1 parent 859340b commit 279fdde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion container_files/tomee/conf/server.xml.turnOnAjp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
-->

<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" />


<!-- An Engine represents the entry point (within Catalina) that processes
Expand Down
21 changes: 7 additions & 14 deletions container_files/tomee/conf/server.xml.turnOnAjp.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
--- 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 @@
--- server.xml 2020-07-20 07:09:34.452755000 +0000
+++ server.xml.turnOnAjp 2020-07-20 07:14:34.271138000 +0000
@@ -113,6 +113,7 @@
-->

<!-- Define an AJP 1.3 Connector on port 8009 -->
- <!--
- <Connector protocol="AJP/1.3"
- address="::1"
- port="8009"
- redirectPort="8443" />
- -->
+ <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
+

<!-- An Engine represents the entry point (within Catalina) that processes
every request. The Engine implementation for Tomcat stand alone
+<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" />
<!--
<Connector protocol="AJP/1.3"
address="::1"

0 comments on commit 279fdde

Please sign in to comment.