diff options
| author | Johan Lundberg <lundberg@nordu.net> | 2015-04-09 18:53:06 +0200 |
|---|---|---|
| committer | Johan Lundberg <lundberg@nordu.net> | 2015-04-09 18:53:06 +0200 |
| commit | eadb0ebe5eb0d1e5fcff88e8322f5e3a44d6c93f (patch) | |
| tree | a917ff3b3bf2aaa89e1c388f61a8de3c6a4dce17 /jetty_conf/start.ini | |
| parent | a865ae975c75b1ce321c4e56c9fbd0625623c4a7 (diff) | |
Added Jetty configuration and start command.
Diffstat (limited to 'jetty_conf/start.ini')
| -rw-r--r-- | jetty_conf/start.ini | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/jetty_conf/start.ini b/jetty_conf/start.ini new file mode 100644 index 0000000..460dd32 --- /dev/null +++ b/jetty_conf/start.ini @@ -0,0 +1,28 @@ +# Required Jetty modules +--module=server +--module=deploy +--module=annotations +--module=resources +--module=logging +--module=requestlog +--module=https +--module=ssl +--module=servlets +--module=jsp +--module=jstl +--module=ext +--module=plus + +# Allows setting Java system properties (-Dname=value) +# and JVM flags (-X, -XX) in this file +# NOTE: spawns child Java process +--exec + +# IDP home +-Didp.home=/opt/shibboleth-idp + +# Maximum amount of memory that Jetty may use, at least 512M is recommended +-Xmx512m +# Maximum amount of memory allowed for the JVM permanent generation +-XX:MaxPermSize=128m + |
