Why is my images not showing on in my Spring Web Flow Project.
I have the following code in my jsp page
but the image is not getting displayed on the web page in my Spring webflow project. so I checked my tomcat server and I did see the image in:Code:<img src="<c:url value="/images/getacro.gif" />" alt="Get Adobe Reader" align="top" height="31" width="88">
**apache-tomcat-7.0.29/webapps/Enroll/images**
but I checked the log and I see the 404 error in the log:
[12/Oct/2012:15:04:13 -0400] "GET /Enroll/images/getacro.gif HTTP/1.1" 404 952
but its on the file system. what could it be..


Reply With Quote