In the “old days” it was very common thing to put Apache HTTP server in front of your Java application server, or Java application it self. Reason behind it was very simple, caching could be added in easy way, also load balancing could be added, and on top of this static content could be served by Apache HTTP while all ...
Read More »