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

changeset 53
6a8498291606
parent 50
2a90d105edec
child 72
0646c14e36fb
equal deleted inserted replaced
52:67a02e79b7a1 53:6a8498291606
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 <lookup-name>java:/jdbc/lightpit/app</lookup-name>
18 </resource-ref> 18 </resource-ref>
19 <error-page> 19 <error-page>
20 <error-code>404</error-code> 20 <location>/error/generic</location>
21 <location>/error/404.html</location>
22 </error-page>
23 <error-page>
24 <error-code>403</error-code>
25 <location>/error/403.html</location>
26 </error-page>
27 <error-page>
28 <error-code>500</error-code>
29 <location>/error/500.html</location>
30 </error-page> 21 </error-page>
31 </web-app> 22 </web-app>

mercurial