Hi all
I am having a doubt with
servlet filter.
If a user enters www.google.com in browser i need to intercept the user request using filter and send the reuest through my server and the same if the resoponse comes from the server i need to intercept the response and i want to add something in the response and send the response back to the client..
By using the servlet filter we can do this.But i don know how to redircect the user request to my application server..
I am using apache
tomcat and eclipse.
can any one give me an idea..thanks in advance..