Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
commit
086bced50a
|
@ -211,12 +211,10 @@ If you are using the Jetty distribution, and you want to change the JSP settings
|
|||
|
||||
[source, xml, subs="{sub-order}"]
|
||||
----
|
||||
<Configure class=>"org.eclipse.jetty.webapp.WebAppContext">
|
||||
|
||||
<Set name=>"contextPath">/foo</Set>
|
||||
<Set name=>"war"><SystemProperty name=>"jetty.home" >default=>"."/>/webapps/foobar.war</Set>
|
||||
<Set name=>"defaultsDescriptor">/home/smith/dev/webdefault.xml</Set>
|
||||
|
||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
||||
<Set name="contextPath">/foo</Set>
|
||||
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/foobar.war</Set>
|
||||
<Set name="defaultsDescriptor">/home/smith/dev/webdefault.xml</Set>
|
||||
</Configure>
|
||||
----
|
||||
|
||||
|
@ -329,7 +327,6 @@ For example:
|
|||
<webApp>
|
||||
<contextPath>/${artifactId}</contextPath>
|
||||
</webApp>
|
||||
<scanIntervalSeconds>5</scanIntervalSeconds>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue