[java-idp-plugin-jetty] 158/186: JJETTY-7 Unix install is not populating runjetty.sh any more

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:29 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=f8a8dcd820fc9229202f069906d1ef09dae24f50

commit f8a8dcd820fc9229202f069906d1ef09dae24f50
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 30 10:23:40 2024 +0000

    JJETTY-7 Unix install is not populating runjetty.sh any more
    
    https://shibboleth.atlassian.net/browse/JJETTY-7
---
 .../resources/net/shibboleth/idp/module/jetty/config-jetty.bat    | 2 +-
 .../resources/net/shibboleth/idp/module/jetty/module.properties   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
index e91e058..4ddeb58 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
@@ -84,7 +84,7 @@ SET PR_STOPPARAMS=--stop;%PR_STARTPARAMS%
 REM
 REM With that done poke holes in the firewall using "netsh advfirewall"
 REM
-REM netsh advfirewall firewall add rule name="Shibboleth IdP Service" dir=in action=allow program="%PRUNSRV% " enable=yes protocol=tcp
+netsh advfirewall firewall add rule name="Shibboleth IdP Service" dir=in action=allow program="%PRUNSRV% " enable=yes protocol=tcp
 
 REM
 REM Lock down the install
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 a551abb..59dc72b 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
@@ -72,9 +72,9 @@ jetty.module.13.nonwindows = true
 jetty.module.13.windows = false
 jetty.module.13.exec = true
 
-jetty.module.13.src = /net/shibboleth/idp/module/jetty/config-jetty.bat
-jetty.module.13.dest = bin/config-jetty.bat
-jetty.module.13.nonwindows = false
-jetty.module.13.windows = true
+jetty.module.14.src = /net/shibboleth/idp/module/jetty/config-jetty.bat
+jetty.module.14.dest = bin/config-jetty.bat
+jetty.module.14.nonwindows = false
+jetty.module.14.windows = true
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list