-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mchyzer
committed
Jul 20, 2020
1 parent
859340b
commit 279fdde
Showing
2 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |