Skip to content
Snippets Groups Projects
Commit 2dce385c authored by cmaeder's avatar cmaeder
Browse files

changed path

parent a8ab00b4
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class BundleStarter { ...@@ -29,7 +29,7 @@ class BundleStarter {
context.addComponent("db", sqlComponent) context.addComponent("db", sqlComponent)
context.addComponent("servlet", sallyServlet.getCamelComponent) context.addComponent("servlet", sallyServlet.getCamelComponent)
sallyServlet.init(context, getClass.getClassLoader) sallyServlet.init(context, getClass.getClassLoader)
.serveStaticFiles("error/static", "static") .serveStaticFiles("errorview", "static")
/* /*
.initTemplating("/home/maeder/mmt-errorview/src/main/resource/static/") .initTemplating("/home/maeder/mmt-errorview/src/main/resource/static/")
.setDebugTemplating(true) .setDebugTemplating(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment