-
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.
GRP-2899: installer does not install maturity level 0
- Loading branch information
mchyzer
committed
Jul 22, 2020
1 parent
380fd60
commit b8c5e46
Showing
15 changed files
with
610 additions
and
219 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
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
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,12 +1,15 @@ | ||
| --- server.xml 2020-05-18 15:49:21.192827000 +0000 | ||
| +++ server.xml.loggingpipe 2020-05-18 15:52:04.068293000 +0000 | ||
| @@ -159,6 +159,9 @@ | ||
| --- server.xml.turnOnAjp 2020-07-21 22:01:04.000000000 -0400 | ||
| +++ server.xml.loggingpipe 2020-07-21 21:59:08.000000000 -0400 | ||
| @@ -159,9 +159,9 @@ | ||
| <!-- Access log processes all example. | ||
| Documentation at: /docs/config/valve.html | ||
| Note: The pattern used is equivalent to using pattern="common" --> | ||
| + <Valve className="org.apache.catalina.valves.AccessLogValve" | ||
| + directory="/tmp" prefix="tomcat_access_log" | ||
| - <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" | ||
| - prefix="localhost_access_log" suffix=".txt" | ||
| - pattern="%h %l %u %t "%r" %s %b" /> | ||
| + <Valve className="org.apache.catalina.valves.AccessLogValve" directory="/tmp" | ||
| + prefix="tomcat_access_log" | ||
| + rotatable="false" pattern="%h %l %u %t "%r" %s %b" /> | ||
|
|
||
| </Host> | ||
| </Engine> | ||
| </Service> |
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,13 +1,15 @@ | ||
| --- server.xml 2020-05-13 19:09:12.000000000 +0000 | ||
| +++ server.xml.nologging 2020-05-17 15:36:47.361138000 +0000 | ||
| @@ -159,10 +159,6 @@ | ||
| --- server.xml.turnOnAjp 2020-07-21 22:01:04.000000000 -0400 | ||
| +++ server.xml.nologging 2020-07-21 21:59:26.000000000 -0400 | ||
| @@ -159,9 +159,9 @@ | ||
| <!-- Access log processes all example. | ||
| Documentation at: /docs/config/valve.html | ||
| Note: The pattern used is equivalent to using pattern="common" --> | ||
| - <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" | ||
| - prefix="localhost_access_log" suffix=".txt" | ||
| - pattern="%h %l %u %t "%r" %s %b" /> | ||
| - | ||
| + | ||
| + | ||
| + | ||
|
|
||
| </Host> | ||
| </Engine> | ||
| </Service> |
Oops, something went wrong.