In one of our current projects, we are using two-tiered web delivery approach:
- Static files (images, js, css, etc) are served by Apache Httpd, a simple web server
- Pages and dynamic component presentations are served by Tomcat
Our technology stack includes Web 8, DD4T 2, Spring MVC and Java 8.