I have been trying to display an image in my JSP file but can't seem to it right. The picture is inside a folder named "img" which is in the same directory as my WEB-INF folder.
Inside my JSP I am trying to show the logo using normal HTML way of finding image but I can't seem to get it right. This is what I have for trying to display it. What I don't get it is when I am in Dreamweaver I see the image displayed but after deploying I no longer there. I have a structure like servlet (which is root folder and name of my WAR file) and the img and WEB-INF folder are under it.
Folders follow the hierarchy below:
servlet
---->img
--->psyberAssess.png
---->WEB-INF
This is the code from JSP that is not working:
<img src="img/psyberAssess.png" width="450" height="100" border="0" /><br>