On Sun, Dec 14, 2008 at 11:29 AM, Robert Drescher
<robert.dresc...@gmail.com> wrote:

> In other words, if "/App/Reader" is my reader servlet, can I include an
> image into jsp with <img src="/App/Reader?file=image.jpg" />?

Of course, it's just a URL.

Better, just make it <img src="/App/Reader/image.jpg" />
(or /App/images/image.jpg, or whatever).

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to