From 43c63468f6e8b858376cc484dd317324aef86d31 Mon Sep 17 00:00:00 2001 From: tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> Date: Wed, 31 Aug 2011 18:27:29 +0000 Subject: 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 --- BKUOnline/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BKUOnline/src') 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. --> -- cgit v1.2.3