diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-08-18 15:04:09 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-08-18 15:04:09 +0000 |
commit | 0bba8c08d29aa16cdba91e25fcf3ba754800993b (patch) | |
tree | 9cfed62635b0976c3d2796c2a2f1bc943270b301 /BKULocal/src/main/webapp | |
parent | 4800d1a9e2d8b90f81a95662ace7aa6e7bee32cd (diff) | |
download | mocca-0bba8c08d29aa16cdba91e25fcf3ba754800993b.tar.gz mocca-0bba8c08d29aa16cdba91e25fcf3ba754800993b.tar.bz2 mocca-0bba8c08d29aa16cdba91e25fcf3ba754800993b.zip |
Help update: Show specific 404 pages
* Locale-dependent
* 404h.html if page not found was a help page
* 404.html else
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@956 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/webapp')
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/web.xml b/BKULocal/src/main/webapp/WEB-INF/web.xml index acfb5278..5704e687 100644 --- a/BKULocal/src/main/webapp/WEB-INF/web.xml +++ b/BKULocal/src/main/webapp/WEB-INF/web.xml @@ -69,4 +69,8 @@ <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> + <error-page> + <error-code>404</error-code> + <location>/help/404.html</location> + </error-page> </web-app> |