X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=763fc1bd228deffa50101e97067ee9b43d4fdeff;hb=1e489c1a5891883d2677c9531c2874ab7dec5ea0;hp=6eb68dab9bd4201a68e6a81d54cbea9e9014bdd7;hpb=0bba0bc774c186f975f2f39697006a65f78852e9;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6eb68dab..763fc1bd 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -4,14 +4,14 @@ 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 - /WEB-INF/spring/mvc.xml + classpath:/spring/mvc.xml @@ -21,6 +21,7 @@ + characterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter @@ -43,7 +44,7 @@ - Spring MVC Dispatcher Servlet + Dispatcher Servlet - Website org.springframework.web.servlet.DispatcherServlet contextConfigLocation @@ -54,16 +55,8 @@ - Spring MVC Dispatcher Servlet - *.html + Dispatcher Servlet - Website + / - - 404 - /WEB-INF/404.jsp - - - /WEB-INF/error.jsp - -