Skip to content
Snippets Groups Projects
Commit 4d64dbce authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Changed 404 to index.html

Change-Id: Ida48284e3bc4ca6e062785854534e4d473f430b3
parent 8da0e4ed
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public class TomcatLauncher {
//Register error pages.
ErrorPage notFound = new ErrorPage();
notFound.setErrorCode(404);
notFound.setLocation("/404");
notFound.setLocation("/index.html");
ErrorPage genericError = new ErrorPage();
genericError.setErrorCode(500);
genericError.setLocation("/500");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment