[java-idp-jetty-base] branch 12 updated: JJETTY-7 Unix install is not populating runjetty.sh any more
Rod Widdowson
rdw at steadingsoftware.com
Wed Oct 30 10:29:32 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=f8a8dcd820fc9229202f069906d1ef09dae24f50
The following commit(s) were added to refs/heads/12 by this push:
new f8a8dcd JJETTY-7 Unix install is not populating runjetty.sh any more
f8a8dcd is described below
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