Make example actually work
This commit is contained in:
parent
b262006bf0
commit
56d88ddb5e
|
@ -986,9 +986,11 @@ Here is a configuration example:
|
||||||
<configuration>
|
<configuration>
|
||||||
<webApp>
|
<webApp>
|
||||||
<contextPath>/${build.finalName}</contextPath>
|
<contextPath>/${build.finalName}</contextPath>
|
||||||
<baseResource implementation="org.eclipse.jetty.util.resource.ResourceCollection">
|
<resourceBases>
|
||||||
<resources>src/main/webapp,/home/johndoe/path/to/my/other/source,/yet/another/folder</resources>
|
<resourceBase>src/main/webapp</resourceBase>
|
||||||
</baseResource>
|
<resourceBase>/home/johndoe/path/to/my/other/source</resourceBase>
|
||||||
|
<resourceBase>/yet/another/folder</resourceBase>
|
||||||
|
</resourceBases>
|
||||||
</webApp>
|
</webApp>
|
||||||
</configuration>
|
</configuration>
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue