根据输入的 URL 决定由哪个 tomcat webapp 处理请求

发布于 2024-11-08 12:28:41 字数 224 浏览 0 评论 0原文

我有 2 个不同的 web 应用程序在同一个 tomcat 实例下运行,并且希望根据用户来自的 URL 来区分每个应用程序处理哪些请求。

例如,如果用户输入 www.example.com,则 webapp1 会处理所有内容。如果用户输入 www.example.co.uk,webapp2 会处理它。

两个 Web 应用程序都在同一个 apache tomcat 实例中运行。

谢谢。

I have 2 different webapps running under the same tomcat instance, and want to separate which requests each one handles depending on the URL from which the user comes from.

For example, if the user types in www.example.com, webapp1 handles everything. If the users types in www.example.co.uk, webapp2 handles it.

Both webapps run in the same apache tomcat instance.

Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文