I have configured Apache httpd to work as a forward proxy server.
How can I add a servlet running on tomcat in the chain of events so that the servlet can access the requests and responses passing through the apache forward proxy server and modify them if required ( based on certain keywords) ?
The mod_rewrite module in apache can actually rewrite the url’s.
References: