如何重定向到“维护模式”如果上下文缺失则页面

发布于 2024-11-07 07:10:10 字数 198 浏览 0 评论 0 原文

我在 tomcat 6 服务器上部署了一个带有 war 存档的 web 应用程序。 如果我的网络应用程序未部署,是否有一种干净的方法可以让 Tomcat 重定向到“维护模式”页面?

我的意思是某种 Tomcat 组件,它动态地拦截对我的 web 应用程序的所有请求,并将它们重定向到另一个 web 应用程序(可能是 ROOT)页面,以通知我的用户该应用程序暂时关闭。

I have a webapp deployed with a war archive on a tomcat 6 server.
There is a clean way to instrument Tomcat to redirect to a "Maintenance Mode" page if my webapps is undeployed?

I mean some sort of Tomcat component that dinamically intercept all request to my webapp and redirect them to another webapp (maybe ROOT) page to inform my users that the application is temporarily down.

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

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

发布评论

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

评论(1

风为裳 2024-11-14 07:10:10

安装使用 Apache HTTPD rel="nofollow">Tomcat Connector 将请求代理到 Tomcat 并配置 Apache HTTPD 将维护页面显示为 404/503 错误页面。

Install Apache HTTPD which uses Tomcat Connector to proxy the requests to Tomcat and configure Apache HTTPD to display the maintenance page as 404/503 error page.

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