src/main/webapp/WEB-INF/web.xml

changeset 49
d9c24f0ab8f7
parent 45
cc7f082c5ef3
child 50
2a90d105edec
     1.1 --- a/src/main/webapp/WEB-INF/web.xml	Fri May 15 19:13:23 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/web.xml	Sat May 16 09:28:57 2020 +0200
     1.3 @@ -9,6 +9,12 @@
     1.4          <param-name>available-languages</param-name>
     1.5          <param-value>en,de</param-value>
     1.6      </context-param>
     1.7 +    <resource-ref>
     1.8 +        <description>Application Database</description>
     1.9 +        <res-ref-name>jdbc/lightpit/app</res-ref-name>
    1.10 +        <res-type>javax.sql.DataSource</res-type>
    1.11 +        <res-auth>Container</res-auth>
    1.12 +    </resource-ref>
    1.13      <error-page>
    1.14          <error-code>404</error-code>
    1.15          <location>/error/404.html</location>

mercurial