You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Derek Harding <De...@MorningStarSystems.com> on 2001/04/11 20:36:34 UTC

help with images

I was wondering where you put the images in a tomcat webapp.  I have an
"images" folder at the top level of my app. and the following line in my
JSP:

<A HREF="http://www.xxx.com"><IMG SRC="/images/xxx.jpg" WIDTH="210"
HEIGHT="59" ALT=""></A>

for some reason the app. can't find the image.  Any ideas? thanks.