On Wed, Apr 29, 2009 at 3:24 PM, Andrew Davidson
<a...@santacruzintegration.com> wrote:

> My problem is that I need to create a tracking jpg. I need a way to count
> the number of times this image is loaded.

If that's all, why not just write a Filter to grab each request and stuff
the relevant data in a DB? Or alternatively, why isn't the "image" just
a servlet that returns the graphic part and records the request?

Either one would give you records you could post-process in a variety
of ways...

FWIW,
-- 
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