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