I have a JSP that needs displays an image, but when I run it, I just get an empty square where the image should be. here is the code:
<img src=”/WEB-INF/images/logo_BITMAP_format_small_BLUE.jpg” width=”210″ height=”140″>
I have verified that the image file exists in both the local and Tomcat\webapps\WEB-INF\images directory. Is this not the proper way to put an image on a page?