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

changeset 50
2a90d105edec
parent 49
d9c24f0ab8f7
child 53
6a8498291606
     1.1 --- a/src/main/webapp/WEB-INF/web.xml	Sat May 16 09:28:57 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/web.xml	Sat May 16 11:37:57 2020 +0200
     1.3 @@ -14,6 +14,7 @@
     1.4          <res-ref-name>jdbc/lightpit/app</res-ref-name>
     1.5          <res-type>javax.sql.DataSource</res-type>
     1.6          <res-auth>Container</res-auth>
     1.7 +        <lookup-name>java:/jdbc/lightpit/app</lookup-name>
     1.8      </resource-ref>
     1.9      <error-page>
    1.10          <error-code>404</error-code>

mercurial