IP transparency

2013-07-30 Thread Joan Balagueró
Hello, I have developed a proxy servlet with an xml cache, running in a Tomcat 6. When the incoming xml request is not found in the proxy cache, I use HttpClient 4.2.5 to create a new http request (PoolingConnection) and redirect it to the client application servers to get the xml

Re: IP transparency

2013-07-30 Thread Oleg Kalnichevski
On Tue, 2013-07-30 at 18:02 +0200, Joan Balagueró wrote: Hello, I have developed a proxy servlet with an xml cache, running in a Tomcat 6. When the incoming xml request is not found in the proxy cache, I use HttpClient 4.2.5 to create a new http request (PoolingConnection) and