Hi, I am thinking of using tomcat to build a proxy cache server. When a request comes into the proxy cache server, the server checks to see if the app is deployed in the local container. If yes, the request is served by the proxy cache server. If not, the proxy cache forwards the request to the origin server and get the response.
I wonder does current Tomcat code base have the request forwarding logic or not? If not, where can I get an open source java code for the request forwarding logic. Thanks! --Zhenxin Wang DoCoMo Labs USA