Previous Topic: Performance and ScalabilityNext Topic: Design for High Availability


Split Web and Web Application Servers

You may choose to split your web and web application server into two servers, separated by a reverse proxy and firewall. This arrangement improves the performance of your web applications by off-loading static content from the web application server onto the web server, as well as shielding your web application servers behind several network layers for improved security.