[java-idp-plugin-jetty] 01/02: JJETTY-24 Changes for Jetty-Base 12.1

Rod Widdowson rdw at steadingsoftware.com
Thu Nov 6 20:05:14 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:
https://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=c61c1fb1610f179664f8b59cf52576d3b36f933b

commit c61c1fb1610f179664f8b59cf52576d3b36f933b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 5 16:27:35 2025 +0000

    JJETTY-24 Changes for Jetty-Base 12.1
    
    https://shibboleth.atlassian.net/browse/JJETTY-24
    
    Changes to config-jetty to handle the new modules
---
 .../resources/net/shibboleth/idp/module/jetty/config-jetty.bat    | 8 ++++++--
 1 file changed, 6 insertions(+), 2 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 7bbba0c..df1ef41 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
@@ -33,8 +33,12 @@ if not exist "%JETTY_HOME%\start.jar" (
 )
 
 if not exist "%JETTY_BASE%\start.d\idp.ini" (
-  echo Error: %JETTY_BASE%\start.d\idp.ini not found
-  exit /b
+  if not exist "%JETTY_BASE%\start.d\sp.ini" (
+    echo Error: %JETTY_BASE%\start.d\idp.ini not found
+    echo Error: %JETTY_BASE%\start.d\sp.ini not found
+    echo Enable jetty.idp.module or jetty.sp.module
+    exit /b
+  )
 )
 
 if not exist "%PRUNSRV%" (

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


More information about the commits mailing list