We work with
IBM products and we typically use
IBM Http Servers (read Apache) as a reverse proxy for our application servers. For performance reasons we serve static content (.gif, .jpg, .css, .html etc.) from our http servers, to ease the burden a bit from the application server.
So far, we have to distribute files to http server and configure it
…