Local-web.xml

From Resin 3.0

Revision as of 22:32, 30 January 2006 by Ferg (Talk | contribs)
Jump to: navigation, search


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