Apache 应该服务什么,Tomcat 应该服务什么?

发布于 2024-10-13 06:25:06 字数 249 浏览 2 评论 0原文

我正在尝试在 Tomcat 之前设置 Apache。 Apache 提供什么服务?我知道 Apache 对于静态页面和图像效果更好。我目前在 Tomcat 中部署了一个 war 文件,其中包含静态页面、图像和 Flash 文件。我应该把这些都放在 Apache 服务器上吗?如何从 Tomcat 应用程序引用这些页面/图像?

我想使用 Apache 来减小 war 文件大小并希望更快地提供图像。是否有关于设置 Apache 和 Tomcat 以及放置内容的良好指南?

I'm trying to set up Apache in front of Tomcat. What do I have Apache serve? I know Apache works better for static pages and images. I currently deploy a war file in Tomcat that contains static pages, images, and Flash files. Should I put those all on the Apache server? How to I reference those pages/images from the Tomcat application?

I would like to use Apache to decrease the war file size and hopefully serve images faster. Is there a good guide for setting up Apache and Tomcat and what to place where?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

束缚m 2024-10-20 06:25:06

您的 Tomcat 服务器上有性能/负载问题吗?如果需要(性能、安全性等)就这样做,但如果不需要,就不要让事情变得更复杂。

它曾经是在 Tomcat 前面使用 Apache 服务器的标准,但 Tomcat 的最新版本可以(并且经常)用作 HTTP 服务器和 Servlet 容器。

有关该主题的信息,请查看 Tomcat 连接器常见问题解答

为什么我应该将 Apache 与
雄猫? (或不)

整合的原因有很多
Tomcat 与 Apache。还有
也不应该这样做的原因。
不用说大家都会
不同意这里的意见。
Tomcat 5和6的性能,
性能原因变得更难解决
证明合理。

...

速度。 Apache 的服务速度更快
静态内容比Tomcat 多。但除非
你有一个高流量的网站,这个
点是没用的。但在一些
场景下,tomcat 可以比
阿帕奇httpd。因此,请对您的网站进行基准测试。
Tomcat 可以以 httpd 速度执行
当使用正确的连接器时(APR
启用 sendFile)。速度应该
不被视为一个因素
在 Apache httpd 和
雄猫

Do you have a problem with performance/load on your Tomcat server? Do it if you need to(performance, security, etc), but don't make things more complicated if you don't need to.

It used to be the standard to front Tomcat with an Apache server, but recent versions of Tomcat can(and often times are) used as both the HTTP Server and the Servlet Container.

Take a look at the Tomcat Connector FAQ for information on the subject.

Why should I integrate Apache with
Tomcat? (or not)

There are many reasons to integrate
Tomcat with Apache. And there are
reasons why it should not be done too.
Needless to say, everyone will
disagree with the opinions here. With
the performance of Tomcat 5 and 6,
performance reasons become harder to
justify.

...

Speed. Apache is faster at serving
static content than Tomcat. But unless
you have a high traffic site, this
point is useless. But in some
scenarios, tomcat can be faster than
Apache httpd. So benchmark YOUR site.
Tomcat can perform at httpd speeds
when using the proper connector (APR
with sendFile enabled). Speed should
not be considered a factor when
choosing between Apache httpd and
Tomcat

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文