[java-idp-jetty-base] 15/18: IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
Rod Widdowson
rdw at steadingsoftware.com
Tue Oct 15 15:15:02 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2297
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=9408ac32bb70474e1891ead80485212afd30b3a3
commit 9408ac32bb70474e1891ead80485212afd30b3a3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 10 11:07:26 2024 +0100
IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
https://shibboleth.atlassian.net/browse/IDP-2297
Jetty base changes
* Comment out the change of the http and ssl ports to 80 and 443
* log jetty to idp.home
---
.../net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini
index d895026..fd36b40 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini
@@ -29,7 +29,6 @@ jetty.sslContext.renegotiationAllowed=false
# jetty.ssl.host=0.0.0.0
## Connector port to listen on
-# Default jetty.ssl.port is 8443
# jetty.ssl.port=443
## Route request logging through standard logging API
@@ -37,6 +36,7 @@ etc/jetty-requestlog.xml
# Allows use of default IdP command line tools.
jetty.http.host=127.0.0.1
+
# Default jetty.http.port is 8080
# 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