[java-idp-plugin-jetty] 36/186: IDP-1110 - Remove examples which cause Jetty to fork a JVM
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:27 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=5d0b3be0c6c5bdd9db23e85a1c1143e4568730b1
commit 5d0b3be0c6c5bdd9db23e85a1c1143e4568730b1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Apr 25 17:12:59 2018 -0500
IDP-1110 - Remove examples which cause Jetty to fork a JVM
We do not want Jetty to fork a new JVM on Windows.
https://issues.shibboleth.net/jira/browse/IDP-1110
---
src/main/resources/jetty-base/modules/idp.mod | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index d07381f..601dd45 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -16,20 +16,3 @@ ssl
[files]
tmp/
-
-[ini]
-# TODO probably do not want to exec on Windows
-
-# [exec]
-# -Djava.io.tmpdir=tmp
-
-# Uncomment if IdP is installed somewhere other than /opt/shibboleth-idp
-#-Didp.home=/path/to/shibboleth-idp
-
-# Alternate garbage collector that reduces memory needed for larger metadata files
-# -XX:+UseG1GC
-
-# Maximum amount of memory that Jetty may use, at least 1.5G is recommended
-# for handling larger (> 25M) metadata files but you will need to test on
-# your particular metadata configuration
-# -Xmx1500m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list