Local-web.xml
From Resin 3.0
(Difference between revisions)
Line 1: | Line 1: | ||
− | [[Category:Configuration]] | + | {{Cleanup}} [[Category:Configuration]] |
In standard resin.conf: | In standard resin.conf: |
Latest revision as of 21:19, 1 December 2011
![]() |
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>