diff options
author | Markus Krogh <markus@nordu.net> | 2017-09-27 15:06:13 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-09-27 15:06:13 +0200 |
commit | 633ada5afb580dea9c755554c9a9a66b64434e4c (patch) | |
tree | 0fab0e66eada4201009edbd6bc3bafd083b6ed97 /idp/jetty_base/webapps | |
parent | 489b5dcdaa79180ba6c9004332a4520717c27361 (diff) |
Structure cleanup + docker compose
Diffstat (limited to 'idp/jetty_base/webapps')
-rw-r--r-- | idp/jetty_base/webapps/idp.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/idp/jetty_base/webapps/idp.xml b/idp/jetty_base/webapps/idp.xml new file mode 100644 index 0000000..dbe3671 --- /dev/null +++ b/idp/jetty_base/webapps/idp.xml @@ -0,0 +1,7 @@ +<Configure class="org.eclipse.jetty.webapp.WebAppContext"> + <Set name="war">/opt/shibboleth-idp/war/idp.war</Set> + <Set name="contextPath">/idp</Set> + <Set name="extractWAR">false</Set> + <Set name="copyWebDir">false</Set> + <Set name="copyWebInf">true</Set> +</Configure> |