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

changeset 49
d9c24f0ab8f7
parent 45
cc7f082c5ef3
child 50
2a90d105edec
equal deleted inserted replaced
48:63200a99ea77 49:d9c24f0ab8f7
7 </session-config> 7 </session-config>
8 <context-param> 8 <context-param>
9 <param-name>available-languages</param-name> 9 <param-name>available-languages</param-name>
10 <param-value>en,de</param-value> 10 <param-value>en,de</param-value>
11 </context-param> 11 </context-param>
12 <resource-ref>
13 <description>Application Database</description>
14 <res-ref-name>jdbc/lightpit/app</res-ref-name>
15 <res-type>javax.sql.DataSource</res-type>
16 <res-auth>Container</res-auth>
17 </resource-ref>
12 <error-page> 18 <error-page>
13 <error-code>404</error-code> 19 <error-code>404</error-code>
14 <location>/error/404.html</location> 20 <location>/error/404.html</location>
15 </error-page> 21 </error-page>
16 <error-page> 22 <error-page>

mercurial