blob: 6d88f3ddc8c4b9eb311014d55c645e5dae86ef3b (
plain)
1
2
3
4
5
6
7
8
9
|
<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>
|