Local-web.xml

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
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

40px-Edit-clear.png 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>
Personal tools