简体   繁体   English

有一个apache webserver面向Tomcat的原因是什么?

[英]What are the reasons to have an apache webserver fronting Tomcat?

I have already distributed the static content, so I do not need Apache to do that, also URL rewriting is handled by a tomcat filter. 我已经分发了静态内容,所以我不需要Apache这样做,URL重写也是由tomcat过滤器处理的。 is there any other reason to have Apache in front? 有没有其他理由让Apache在前面?

Proxying and load-balancing? 代理和负载平衡?

Being a more mature, and native project, Apache httpd often gives better performance and stability than using Tomcat directly. 作为一个更成熟的本机项目,Apache httpd通常比直接使用Tomcat提供更好的性能和稳定性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM