diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 4 |
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> |