如何通过 MXBean 获取应用程序端口

发布于 2024-08-07 19:19:09 字数 188 浏览 5 评论 0原文

给定一个应用程序: http://localhost:8080/myapp/

是否可以通过 MBean/ 查询 JVM当前应用程序代码中的 MXBean 在哪个端口接受请求?还有应用程序上下文(myapp)?

given a application: http://localhost:8080/myapp/

is it possible to enquire JVM through MBean/MXBean in which port the current application code is accepting requests? and also the appcontext (myapp)?

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

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

发布评论

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

评论(1

被你宠の有点坏 2024-08-14 19:19:09

好的。我回答它:)

由于应用程序服务器 MXBEans 依赖于平台 - 每个供应商都会导出他们想要的 AS 功能 - 我的解决方案是通过 servlet 请求以传统方式捕获此信息。

就是这样。

Ok. I answer it :)

Since Application Server MXBEans are plataform dependent - each vendor export the AS features they want - my solution was to capture this information in the traditional way, through servlet request.

that's it.

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