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

changeset 50
2a90d105edec
parent 49
d9c24f0ab8f7
child 53
6a8498291606
equal deleted inserted replaced
49:d9c24f0ab8f7 50:2a90d105edec
12 <resource-ref> 12 <resource-ref>
13 <description>Application Database</description> 13 <description>Application Database</description>
14 <res-ref-name>jdbc/lightpit/app</res-ref-name> 14 <res-ref-name>jdbc/lightpit/app</res-ref-name>
15 <res-type>javax.sql.DataSource</res-type> 15 <res-type>javax.sql.DataSource</res-type>
16 <res-auth>Container</res-auth> 16 <res-auth>Container</res-auth>
17 <lookup-name>java:/jdbc/lightpit/app</lookup-name>
17 </resource-ref> 18 </resource-ref>
18 <error-page> 19 <error-page>
19 <error-code>404</error-code> 20 <error-code>404</error-code>
20 <location>/error/404.html</location> 21 <location>/error/404.html</location>
21 </error-page> 22 </error-page>

mercurial