I have an ad banner (just an IMG tag for now) that displays when the user first goes to the main
JSP page in my application.
However when he gets re-directed to a page in the WEB-INF directories after leaving the first JSP page (where the img does display), the IMG file no longer displays on the next JSP page.
>> I'm using
Tomcat <<
I've tried putting the image in various directories (like 'lib'), including the classes folder, but Tomcat doesn't seem to be able to find it. (Though Tomcat does find it in the folder where the first JSP page is.)
Can anybody tell me where to put the IMG so it can be found when the
servlet re-directs the first JSP page (Login) to another page?
Thanks much!
-- Mike