Hi,
I want to write a servlet to log any request to the
.gif files in my server (im using tomcat 4.1.18).
I have mapped any requests ending with .gif to a
servlet (using web.xml file )
My questions are :
1. Which method(s) do i need to override (doPost or
doGet) ?
2. After logging the request, how can i delegate
sending the .gif file to the server itself ?
Thanks 
Bye

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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

Reply via email to