Insert image into jsp page
Here is a guy explaining it in less than a minute.
https://www.youtube.com/watch?v=dwjwSYOrnS8
So two things are required:
1.Add this line in some config xml file
<mvc:resources location="/files/" mapping="/files/**"></mvc:resources>
2.Include image into JSP page with this line
<img src='<c:url value="/files/korali.jpg"></c:url>' />