[java-idp-jetty-base] 03/06: Allow use of default command line tools
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 23:47:56 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=2f9b01ab253c55c77d8273f4819d95e49f266005
commit 2f9b01ab253c55c77d8273f4819d95e49f266005
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 17:40:31 2023 -0500
Allow use of default command line tools
---
src/main/resources/jetty-base/modules/idp.mod | 2 +-
src/main/resources/jetty-base/start.d/idp.ini | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index 601dd45..2b21c1e 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -4,7 +4,7 @@ Shibboleth IdP
[depend]
annotations
deploy
-ext
+http
https
jsp
jstl
diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index c8f5e27..92b2b87 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -33,3 +33,7 @@ jetty.ssl.port=443
## Route request logging through standard logging API
etc/jetty-requestlog.xml
+
+# Allows use of default IdP command line tools.
+jetty.http.host=127.0.0.1
+jetty.http.port=80
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list