1. servlet specs 
2. javapro had a good article about a year ago.
3. books about servlets

google for it.

On Sunday 19 October 2003 21:21, kgsat wrote:
> hi Aleksandr,
> Thanks for your response.Where can i find a sample code for writing filters
> and the stuff related to filters.U have any pointers?
> pl send me.
> thanks again
> sat
> ----- Original Message -----
> From: "Aleksandr Shneyderman" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Friday, October 17, 2003 7:53 PM
> Subject: Re: can i track the user action using right mouse button on
> thewebpage
>
> > I am not sure what is the significance of right click or left click.
> > What is important is that
> >
> > A - you have a way to track the session of the user,
> >     which I assume you do since you use servlets (JSP)
> > B - that your images do get served by the tomcat and not
> >     the front end apache or whatever else.
> >
> > If those two conditions met you have two choices that I can think of:
> > 1. Write a filter and do your own tracking of whatever items you might
> > think of.
> >
> > 2. Find some filters that were already written and modify them to suite
> > your needs. The other day I saw a post here on how one might track user
> > clicks. There were quite a few responses with pointers to some usefull
> > stuff, just search archives.
> >
> > HTH,
> > Alex.
> >
> > On Fri, 2003-10-17 at 06:08, kgsat wrote:
> > > Hi Folks,
> > >
> > > I have been into the development of a mpeg download site for quite
>
> sometime.
>
> > > i have a unique demand from the client.
> > > He wants to facilitate the user to download the a file from the site
>
> using
>
> > > right mouse button click and select the option, save target as from the
> > > popup menu.
> > > I could do that very well.
> > > And he also wants to do the user tracking such as,.............
> > >
> > >   a.. which user has downloaded how much MBs of file in a day,
> > >   b.. which is the user now downloading a specific file, etc....
> > >
> > > I have successfully met all his demands with the fact that the
> > > functionalities were implemented with the normal click(left click) of
>
> the
>
> > > mouse button.This is because i could not find a way out to implement
> > > the funcionality with the mouse right button click.
> > >
> > > I have done all these tasks using JSP and Servlets.Will any one suggest
>
> me
>
> > > as how to implement the user tracking while using the right click of
> > > the mouse.
> > >
> > > It is very important that end user uses only right click to download a
>
> file
>
> > > from the site.
> > > so pl suggest me
> > > thanks in advance
> > > sat
> >
> > ---------------------------------------------------------------------
> > 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]

-- 
Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to