inititialization « Context « Spring Q&A





1. Interceptor with spring3 - context inititialization failed    stackoverflow.com

I am trying to run some simple interceptor on controller behind /index url. Usisng this piece of docs http://static.springsource.org/spring/docs/3.0.2.RELEASE/spring-framework-reference/html/mvc.html#mvc-handlermapping-interceptor. Here is my bean:

<bean id="handlerMapping"
    class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
  ...