websphere中的应用程序状态监控
有没有办法从 servlet 与 websphere 6.1 交互以检查应用程序是否正在运行?如果是这样,那么在加载“索引”页面之前执行此类事务是否过于消耗资源?
java.net.URL 方法更简单,但已被放弃。
谢谢
is there a way to interact with websphere 6.1 from a servlet to check if an application is running ? If so, is such transaction too resource-consuming operation to do it let's say before an "index" page is loaded ?.
The java.net.URL approach is simpler but discarded.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 mbean/jmx 接口:在您的版本中搜索此信息中心主题:tjmx_updating_app.html
you can use the mbean/jmx interface: search for this infocenter topic in your release: tjmx_updating_app.html