X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=763fc1bd228deffa50101e97067ee9b43d4fdeff;hb=84d73b8a7b7dbbf33ec42f942d951b7eb1558be9;hp=8b1ab26c12bd029e5489bbc0a11360f732f83fb9;hpb=c9ad3b4040b832b3b0f37e62a011939332d379a7;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8b1ab26c..763fc1bd 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -4,6 +4,59 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> - branding + website + + + + + contextConfigLocation + + classpath:/spring/mvc.xml + + + + + org.springframework.web.context.ContextLoaderListener + + + + + + + characterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + characterEncodingFilter + /* + + + + + + + Dispatcher Servlet - Website + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + Dispatcher Servlet - Website + / +