开发者

At enterprise level, is Apache Tomcat used standalone or with Apache server?

Which one of these two is most commonly used scenario? 开发者_C百科I want to use the same scenario in my learning process. thanks.


Don't know about the rest of the industry, but where I work we have Apache HTTPD front-ending for Tomcat.

Any static content is directly provided by HTTPD for performance. Pain in the neck to separate every app out, but there is a noticeable payoff.

Also, HTTPD has some nice code for cookie handling, URL rewriting, clustering and so on.

Only if we determine that there's dynamic, database-bound data to show do we forward to Tomcat, which does an admirable job there.

Has been working well for us for almost a decade. Others too, I would wager.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜