Title: Resource-ref entries in web.xml

Is there a merge-point file specifically for resource-refs in web.xml?  Currently, I'm just placing the following at the top of web-security.xml and it seems to work fine, but I'm guessing there's a better way.  Better yet, is there a list of possible merge files?

    <resource-ref>
        <description>DB Connection</description>
        <res-ref-name>jdbc/appfuse</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>

Thanks,

Matt

Reply via email to