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

changeset 53
6a8498291606
parent 50
2a90d105edec
child 72
0646c14e36fb
     1.1 --- a/src/main/webapp/WEB-INF/web.xml	Sat May 16 15:11:07 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/web.xml	Sat May 16 15:45:06 2020 +0200
     1.3 @@ -17,15 +17,6 @@
     1.4          <lookup-name>java:/jdbc/lightpit/app</lookup-name>
     1.5      </resource-ref>
     1.6      <error-page>
     1.7 -        <error-code>404</error-code>
     1.8 -        <location>/error/404.html</location>
     1.9 -    </error-page>
    1.10 -    <error-page>
    1.11 -        <error-code>403</error-code>
    1.12 -        <location>/error/403.html</location>
    1.13 -    </error-page>
    1.14 -    <error-page>
    1.15 -        <error-code>500</error-code>
    1.16 -        <location>/error/500.html</location>
    1.17 +        <location>/error/generic</location>
    1.18      </error-page>
    1.19  </web-app>

mercurial