I used Netbeans to create a Spring MVC 3.0 app. I have a simple controller and JSP view. The JSP view appears correctly except for an image that doesn\'t render. My direc
Alter your web.xml file:
spring-servlet com.springframework.web.servlet.DispatcherServlet spring-servlet /
and add below configuration after it:
default *.css default *.js default *.gif default *.jpg default *.png
If you have a better solution please share with me.