Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Logo file location

In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
a small .bmp file that I use for putting a logo on generated reports?

Use ServletContext.getResourceAsStream() to retrieve the file, which can be 
located pretty much wherever you want inside the webapp, even under WEB-INF.

Will it find it pretty much wherever I put it, or will I need to specify the location?

D


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

Reply via email to