Skip to content
Snippets Groups Projects
Commit c48670d6 authored by Félix  Sidokhine's avatar Félix Sidokhine Committed by Adrien Béraud
Browse files

messed up on place to change index

Change-Id: I8fec9b7f92dfd9fdb2b7f272bd96e328beea2b83
parent 95d7a9a3
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,9 @@ public class TomcatLauncher {
}
context.setResources(resources);
//We always go to login by default.
context.addWelcomeFile("index");
context.addWelcomeFile("/templates/signup.html");
ErrorPage errorPage = new ErrorPage();
errorPage.setErrorCode(404);
errorPage.setLocation("/templates/signup.html");
context.addErrorPage(errorPage);
try {
tomcat.start();
......
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