[java-idp-jetty-base] 01/06: IDP-1110 - Remove examples which cause Jetty to fork a JVM

Tom Zeller tzeller at dragonacea.biz
Wed Apr 25 18:25:18 EDT 2018


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

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.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