Spring-Konfigurationsdateien liegen jetzt standardgemäß unter src/resources
[website] / src / main / webapp / WEB-INF / web.xml
index 6a618b8..320365f 100644 (file)
@@ -11,7 +11,7 @@
   <context-param>
     <param-name>contextConfigLocation</param-name>
     <param-value>
-      /WEB-INF/spring/mvc.xml
+      classpath:/spring/mvc.xml
     </param-value>
   </context-param>
 
@@ -62,5 +62,8 @@
     <error-code>404</error-code>
     <location>/WEB-INF/404.jsp</location>
   </error-page>
+  <error-page>
+    <location>/WEB-INF/error.jsp</location>
+  </error-page>
 
 </web-app>