2012/8/29 Farkas H <farkas....@gmail.com>: > Hi everyone, > > I'm checking caching possibilities. > Setup: Users send requests via http-post with embedded http-get > requests to a Tomcat web server. I don't want to touch this for the > moment. > > Tomcat sends the embedded http-get requests to remote servers,
Tomcat by itself does not send any outcoming requests. If a webapplication sends those, you have to ask its author. > receives the requested data, processes the data and returns the > result. > I want to cache the data of the remote servers with Squid Proxy. > I think it's necessary to redirect the http-get requests from Tomcat to Squid. > I would say Squid should be behind Tomcat and not in front of it like > a reverse proxy > ... but I'm not a specialist. > > Could this work? > If so, is it a good idea to redirect the Tomcat http-get requests to Squid? > How? > I gratefully appreciate any advice. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org