i am saving my images through java coding in a folder called "files".
and in my jsp page i am trying to display that image using
<img alt="" src="${pageContext.request.contextPath}/files/IMG168.jpg">
But the image is not displaying! What could be the reason.
Please see the below images and suggest me solution for my problem.