使用 Http 调用 java 检查 Undertow 部署的应用程序的运行状况
Posted
技术标签:
【中文标题】使用 Http 调用 java 检查 Undertow 部署的应用程序的运行状况【英文标题】:Check the Health of Undertow deployed application using Http call java 【发布时间】:2021-12-23 08:43:16 【问题描述】:因为我已将旧应用程序部署到 Undertow 服务器。
我需要创建一个端点来通过 Http 检查服务器的运行状况。
我们有类似的方法
HTTPServer.server().restart()
。
谁能帮忙解决这个问题
【问题讨论】:
【参考方案1】:在我看来,您可以在代理中使用运行状况检查,例如 ngnix(请参阅此文档):
https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/
【讨论】:
以上是关于使用 Http 调用 java 检查 Undertow 部署的应用程序的运行状况的主要内容,如果未能解决你的问题,请参考以下文章
如何检查 java servlet 过滤器中的 OPTIONS 方法调用?