Tomcat 5.5 中的重定向

发布于 2024-10-16 03:28:43 字数 1459 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

宁愿没拥抱 2024-10-23 03:28:43

如果您指的是平衡器文档,是否意味着您已经拥有 Apache 了?如果是这样,只需使用 mod_rewrite,否则继续阅读。

通常这些东西是使用 ServletFilter 实现的,但这是您的 web 应用程序的一部分,并且您说需要仅配置选项。

另一种选择是编写一个 Valve 并将其添加到配置中。以下是标准 Tomcat 阀门的列表:
http://tomcat.apache.org/tomcat-5.5-doc/config /valve.html

不幸的是,目前还没有可以满足您需要的阀门,但至少现有的阀门可以供参考。它应该非常简单,请参阅 它的 API(提示:查看invoke方法)。

If you are referring to the balancer documentation, does it mean that you have Apache in front already? If so, just use mod_rewrite, otherwise read on.

Normally these things are implemented using ServletFilters, but that is part of your webapp and you said want configuration-only option.

Another alternative would be to write a Valve and add it to the configuration. Here's the list of standard Tomcat valves:
http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html

Unfortunately, there is no valve (yet) which does what you need, but at least existing ones could be used for reference. It should be quite trivial, see its API (hint: look at invokemethod).

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