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

testing welcome file again

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