如何检查网页是否挂起(继续加载)?

发布于 2024-10-31 09:59:01 字数 257 浏览 0 评论 0原文

我正在尝试编写一个 java 类来检查 Maximo 应用程序的网页界面是否已完全加载或挂起。如果挂起,则将运行重新启动脚本来重新启动应用程序。

我可以向上或向下检查应用程序(使用 Maximo connect()),但不知道如何对网页界面执行相同的操作,因为有时我可以 connect() 到应用程序,但网页没有响应,它只是继续加载在浏览器上。

基本上,我需要一种方法来尝试加载应用程序 URL,如果 5 分钟后它仍在加载,则重新启动服务器。

谢谢。

I'm trying to write a java class to check if the webpage interface of my Maximo application is fully loaded or hanging. If it's hanging then a restart script will be run to restart the application.

I can check the application up or down (using Maximo connect()) but don't know how to do the same for the webpage interface because sometimes I can connect() to the application but the webpage is not responding, it's just keep loading on the browser.

Basically, I need a way to try loading the application URL, if after 5 minutes, it's still loading then restart the server.

Thanks.

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

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

发布评论

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

评论(1

温折酒 2024-11-07 09:59:01

你回答了你自己的问题:

基本上,我需要一种方法来尝试加载应用程序 URL,如果 5 分钟后它仍在加载,则重新启动服务器。

除非你有某种侧通道,唯一判断的方法就是超时。

You answered your own question:

Basically, I need a way to try loading the application URL, if after 5 minutes, it's still loading then restart the server.

Unless you have a side channel of some sort the only way to tell is a timeout.

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