diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-08-31 18:27:29 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-08-31 18:27:29 +0000 |
commit | 43c63468f6e8b858376cc484dd317324aef86d31 (patch) | |
tree | 26c9c68c1443b6d730b9689c56f7fb307da13e23 /BKUOnline/src/main | |
parent | 7feb34c1d4a4f2c8e90c943fcd7d7e8b5b397279 (diff) | |
download | mocca-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/main')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 4 |
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. --> |