Merge pull request #7419 from Artur-/patch-1
Update resource base example so it works
This commit is contained in:
commit
4a7ae1fca9
|
@ -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>
|
||||||
<resourcesAsCSV>src/main/webapp,/home/johndoe/path/to/my/other/source,/yet/another/folder</resourcesAsCSV>
|
<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