Hello,
I am planning to write one web analytics
servlet(that will intercept each requests to the
tomcat server, log the request header detail into database). I dont have a clue how to route all requests to the tomcat to my analytics servlet. Should I use any filter? or any suggestion?