-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIP sidestepping for tomcat, using force accessing of fields (#192)
* SIP Sidestepping for tomcat - not done. The layer is now loaded successfuly, but then fails to connect to the intproxy. * command and args are separate fields * log error * changelog * lint * TODO * deal with escaped spaces. * VM_PARAMS * fix args in non-default case * override script info to return patched script * debug logs * relax logs * don't require the config to be called Tomcat * make the blank script case safe
- Loading branch information
Showing
4 changed files
with
169 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Tomcat support was only enabled when the configuration's name started with "Tomcat". |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Support for running tomcat projects on macOS (sidestepping SIP). |
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