Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2020-04-27 16:12:44 +02:00
parent b593f67048
commit 3c1f42c1c7
1 changed files with 1 additions and 1 deletions

View File

@ -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>
---- ----