Tomcat 提供另一个 URL

发布于 2024-10-12 00:27:07 字数 286 浏览 4 评论 0原文

我有大约 10 个站点在单个 tomcat 实例中运行。我已经遇到这个问题一个多月了。

随机地,tomcat 会提供来自其他 Web 应用程序的内容。例如,如果我请求 index.jsp,它会从另一个 Web 应用程序提供一些设计 png。

很难重现这个问题,但我经常遇到这种情况。

我尝试增加工作线程的数量,但没有帮助。我在网络应用程序之间有一个共享的 tomcatThreadPool,不知道这是否是一个问题。

任何指针将非常感激。请建议我是否应该迁移到 Jetty。

谢谢

I have about 10 sites running in a single tomcat instance. I have been experiencing this issue for over a month now.

Randomly, tomcat serves a content from other webapps. For example if i am requesting for index.jsp it serves some design png from another web application.

It is hard to reproduce the problem, but i have experienced this very often.

I tried increasing the number of worker thread, did not help. I have a shared tomcatThreadPool between the webapps, dont know if that might be a problem.

Any pointer would be very much appreciated. Please suggest, shall i migrate to Jetty instead.

Thank you

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

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

发布评论

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

评论(1

愿与i 2024-10-19 00:27:07

查看 context.xml 和 web.xml 是否有正确的上下文、过滤器等规范 - 类似的问题已在版本 4.X 中显示,因此请尝试最新版本,如 BalusC 所说。

Look in the context.xml and web.xml if you have right specification of context, filter, etc. - problem like that have been shown in version 4.X, so try latest version as BalusC says.

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