Local-web.xml

From CauchoWiki

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