I am working on a Spring, Hibernate, JSP application. I am trying to display an image from my JSP page. The image not displayed on the browser. I am also not able to link my CSS
I have resolved the issue by adding following mapping in web.xml file
web.xml
default *.css default *.js default *.gif default *.jpg default *.png
and also by adding <%=request.getContextPath()%> in image src url. Like
<%=request.getContextPath()%>