Results 1 to 2 of 2

Thread: Why is my images not showing on in my Spring Web Flow Project.

  1. #1
    Join Date
    Mar 2011
    Posts
    166

    Default Why is my images not showing on in my Spring Web Flow Project.

    Why is my images not showing on in my Spring Web Flow Project.

    I have the following code in my jsp page

    Code:
        <img src="<c:url value="/images/getacro.gif" />" alt="Get Adobe Reader" align="top" height="31" width="88">
    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:

    **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..

  2. #2
    Join Date
    Apr 2010
    Location
    New Jersey, NJ
    Posts
    42

    Default

    Check the read permission for the webapp user and MIME configuration for images.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •