summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-09-08 12:57:00 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-09-08 12:57:00 +0000
commit1250843ff474520f48a64907e8b6e0513af47171 (patch)
treebfeb3b615cfb088f3af50257e85aa13a2ce16474 /BKUOnline/src/main/webapp/WEB-INF
parent8493281dff4676cb191ea362f87ce1be987e2e44 (diff)
downloadmocca-1250843ff474520f48a64907e8b6e0513af47171.tar.gz
mocca-1250843ff474520f48a64907e8b6e0513af47171.tar.bz2
mocca-1250843ff474520f48a64907e8b6e0513af47171.zip
Redirect on 404
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@982 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index e799b9be..a7abe389 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -159,7 +159,7 @@
</welcome-file-list>
<error-page>
<error-code>404</error-code>
- <location>/404.html</location>
+ <location>/404.jsp</location>
</error-page>
<!--
Servlet Filter for Request/Session tracking.
@@ -180,4 +180,4 @@
<filter-name>RequestIdFilter</filter-name>
<servlet-name>ResultServlet</servlet-name>
</filter-mapping>
-</web-app> \ No newline at end of file
+</web-app>