...
If you want to apply the same custom webdefault.xml to a number of webapps, then supply the path to the file to the hot deployer or the static deployer:
| Code Block | ||
|---|---|---|
| ||
<New class="org.mortbay.jetty.deployer.WebAppDeployer">
...
<Set name="defaultsDescriptor">/my/path/to/webdefault.xml</Set>
</New>
|
...