[java-idp-plugin-jetty] branch main updated: Adjust default paths to IdP default.

Codeberg noreply at shibboleth.net
Mon Nov 17 15:11:09 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/157aef4418cc2caf55c6487805cee2fe34f680be

The following commit(s) were added to refs/heads/main by this push:
     new 157aef4  Adjust default paths to IdP default.
157aef4 is described below

commit 157aef4418cc2caf55c6487805cee2fe34f680be
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 17 10:11:00 2025 -0500

    Adjust default paths to IdP default.
---
 .../src/main/resources/net/shibboleth/idp/module/jetty/jetty.service  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
index 87a2536..40ae33c 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
@@ -18,9 +18,9 @@ Restart=no
 TimeoutSec=45
 KillMode=process
 
-WorkingDirectory=/opt/jetty-base
+WorkingDirectory=/opt/shibboleth-idp/jetty-base
 
-ExecStart=/opt/jetty/runjetty.sh start
+ExecStart=/opt/shibboleth-idp/bin/runjetty.sh start
 
 ExecStop=/bin/kill ${MAINPID}
 

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


More information about the commits mailing list