[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jboss not loading image from jsp:include

MikePhoenix do-not-reply at jboss.com
Mon Jul 21 23:26:33 EDT 2008


OK, I have a a jsf jsp pages js tag for my application that occurs in several jsp pages:


  | <tr>
  |    <td>
  |       <jsp:include page="/includes/footer.jsp"/>
  |    </td>
  | </tr>
  | 

footer.jsp has an image tag like this:


  | <td align="left"><img src="images/logo.jpg" alt="X Systems"/></td>
  | 

The jsp files are in a directory which is under the base directory like the include and image files. For some reason, in one jsp page the logo.jpg file does not get displayed. As I understand it, the application server jboss/tomcat resolves the image files. Why would it be displayed it in one page and not another?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165778#4165778

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165778



More information about the jboss-user mailing list