Local-web.xml
From Resin 3.0
| |
This article requires cleanup and may refer to a legacy version of Resin.
Please visit http://www.caucho.com/documentation/ for the most up-to-date documentation. |
In standard resin.conf:
<web-app-deploy path="webapps">
<web-app-default>
<resin:import path="WEB-INF/local-web.xml" optional="true"/>
</web-app-default>
<expand-cleanup-fileset>
<exclude>WEB-INF/local-web.xml</exclude>
</expand-cleanup-fileset>
</web-app-deploy>