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
For set image in jsp file in Spring MVC framework :
You can simply set your image by following steps:
Step 1. Place images folder in resources
Step 2. write image path like : src="${pageContext.request.contextPath}/resources/images/logo.jpg"