X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=89be3285b256c10c77128d29d40333dd4cba813d;hb=b1956189d89ac7e824c209039f3c82926294549e;hp=b6cb19fc0f2e665271fcb83a70e07c0d3a4d6fb7;hpb=c01c68591d93d50dd14cdb385f79fbee42eaed8f;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b6cb19fc..89be3285 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,8 +6,64 @@ branding + + + + contextConfigLocation + + classpath:/spring/mvc.xml + + + - org.apache.tiles.web.startup.simple.SimpleTilesListener + org.springframework.web.context.ContextLoaderListener + + + + characterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + characterEncodingFilter + /* + + + + + + + Dispatcher Servlet - Branding + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + Dispatcher Servlet - Branding + / + + + + 404 + /404.html + + + /error.html + +