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/idp.xml | |
| parent | a865ae975c75b1ce321c4e56c9fbd0625623c4a7 (diff) | |
Added Jetty configuration and start command.
Diffstat (limited to 'jetty_conf/idp.xml')
| -rw-r--r-- | jetty_conf/idp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jetty_conf/idp.xml b/jetty_conf/idp.xml new file mode 100644 index 0000000..cdeed1e --- /dev/null +++ b/jetty_conf/idp.xml @@ -0,0 +1,10 @@ +<Configure class="org.eclipse.jetty.webapp.WebAppContext"> + <Set name="war"> + <SystemProperty name="idp.home" /> + /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> |
