Hi Hassan

I would never have thought to create a servlet that returns the image. This
is a great idea.

Thanks

Andy

> -----Original Message-----
> From: Hassan Schroeder [mailto:[email protected]]
> Sent: Wednesday, April 29, 2009 3:54 PM
> To: Tomcat Users List
> Subject: Re: looking for a web usesage / analytics package
> 
> On Wed, Apr 29, 2009 at 3:24 PM, Andrew Davidson
> <[email protected]> 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 ------------------------ [email protected]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to