[java-idp-plugin-jetty] 166/186: JJETTY-9 Jetty is not logging IdP messages to jetty.log
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:58:37 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=8cfb71e42bba2255671867d01b6e9bc88ad24340
commit 8cfb71e42bba2255671867d01b6e9bc88ad24340
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 29 15:54:17 2025 +0000
JJETTY-9 Jetty is not logging IdP messages to jetty.log
https://shibboleth.atlassian.net/browse/JJETTY-9
It turns out that you have to point to the jetty logback file, even though it
appears to work
---
.../src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d126d51..fdf985c 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
@@ -62,7 +62,7 @@ REM
SET PR_DISPLAYNAME=Shibboleth IdP Daemon
SET PR_DESCRIPTION=Runs the Jetty Container
SET PR_CLASSPATH=%JETTY_HOME%\start.jar
-SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djdk.tls.ephemeralDHKeySize=2048;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog;-Djava.io.tmpdir=%JETTY_BASE%\tmp;-XX:+UseG1GC
+SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djdk.tls.ephemeralDHKeySize=2048;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog;-Djava.io.tmpdir=%JETTY_BASE%\tmp;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
SET PR_JVMMX=2048
SET PR_JVM=auto
SET PR_JAVAHOME=%JAVA_HOME%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list