This is probably some simple little thing I'm doing wrong, but I'll ask anyway. I have several images that aren't showing up in my JSP. My images are stored at WEB-INF/pages/images. Here is a sample of how I'm referring to them in my JSP.
<img src="images/guestbook.jpg" alt="Guest Book" />
I'm also getting this error in my console.
WARNING: No mapping found for HTTP request with URI [/ghs1986/images/guestbook.jpg] in DispatcherServlet with name 'ghs1986'