parent
b593f67048
commit
3c1f42c1c7
|
@ -193,7 +193,7 @@ If you are using the Jetty distribution, and you want to change the JSP settings
|
||||||
----
|
----
|
||||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
||||||
<Set name="contextPath">/foo</Set>
|
<Set name="contextPath">/foo</Set>
|
||||||
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/foobar.war</Set>
|
<Set name="war"><Property name="jetty.home" default="."/>/webapps/foobar.war</Set>
|
||||||
<Set name="defaultsDescriptor">/home/smith/dev/webdefault.xml</Set>
|
<Set name="defaultsDescriptor">/home/smith/dev/webdefault.xml</Set>
|
||||||
</Configure>
|
</Configure>
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue