summaryrefslogtreecommitdiff
path: root/BKUOnline/src
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-31 18:27:29 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-31 18:27:29 +0000
commit43c63468f6e8b858376cc484dd317324aef86d31 (patch)
tree26c9c68c1443b6d730b9689c56f7fb307da13e23 /BKUOnline/src
parent7feb34c1d4a4f2c8e90c943fcd7d7e8b5b397279 (diff)
downloadmocca-43c63468f6e8b858376cc484dd317324aef86d31.tar.gz
mocca-43c63468f6e8b858376cc484dd317324aef86d31.tar.bz2
mocca-43c63468f6e8b858376cc484dd317324aef86d31.zip
Help update
* Default 404 page for BKUOnline (TODO: links) * CACert help moved to webstart only * Config file help update git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@969 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index 74864436..e799b9be 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -157,6 +157,10 @@
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
+ <error-page>
+ <error-code>404</error-code>
+ <location>/404.html</location>
+ </error-page>
<!--
Servlet Filter for Request/Session tracking.
-->