[java-idp-plugin-jetty] 03/04: JJETTY-13 Implement Jetty-base plugin V2
Rod Widdowson
rdw at steadingsoftware.com
Wed Jul 30 10:24:37 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=26f2c830ac8a4cb2e8c81a3870e8f7832729c8e9
commit 26f2c830ac8a4cb2e8c81a3870e8f7832729c8e9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 27 14:30:35 2025 +0100
JJETTY-13 Implement Jetty-base plugin V2
https://shibboleth.atlassian.net/browse/JJETTY-13
Change some of the replace parameters in the module
---
.../resources/net/shibboleth/idp/module/jetty/module.properties | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
index c6e6325..188786f 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
@@ -29,6 +29,7 @@ jetty.module.6.dest = jetty-base/static/index.html
jetty.module.7.src = /net/shibboleth/idp/module/jetty/jetty-cli.jar
jetty.module.7.dest = bin/net.shibboleth.idp.jetty-base/jetty-cli.jar
+jetty.module.7.replace = true
# For legacy reasons we separate Windows and non windows start.d
@@ -44,11 +45,14 @@ jetty.module.9.nonwindows = true
jetty.module.9.windows = false
jetty.module.9.replace = false
+#
+# On windows let people see what unix is getting but dont make it active
+#
jetty.module.10.src = /net/shibboleth/idp/module/jetty/jetty-base/start.d/idp.ini
jetty.module.10.dest = jetty-base/start.d/idp.ini-unix
jetty.module.10.nonwindows = false
jetty.module.10.windows = true
-jetty.module.10.replace = false
+jetty.module.10.replace = true
jetty.module.11.src = /net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list