jmx-weblogic9
文章平均质量分 87
asmallrole
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Monitoring WebLogic using JMX
Monitoring WebLogic using JMXMarch 16, 2007 – 1:29 pmIt's not as straightforward as you might think or expect, but once setup, gives a lot more insight into the behavior of your applications转载 2012-03-05 09:04:07 · 1130 阅读 · 1 评论 -
使用JMX搭建WebLogic9监控软件(二)
使用JMX搭建WebLogic9监控软件(二)程序实现下面提供了部分代码的节选。 1.提供JMXWebLogicHelper作为获取连接的工具。 public class JMXWebLogicHelper implements JMXHelper { /** * 获取JMXMBeanServer连接 * * @param URI * Consts.URI_XX转载 2012-03-05 09:05:24 · 491 阅读 · 0 评论 -
WebLogic Server 9.0 应用配置管理接口
WebLogic Server 9.0 应用配置管理接口 WLS 9可以说是自WLS 6.0以来最重大的一次改革,不仅增加了许多功能,而且对许多旧有的子系统重新进行了设计。为了集成第三方管理系统,WLS提供了与JMX完全兼容的标准接口来执行所有的管理操作。 在WLS中,每个Domain中使用一系列Mbean负责维护该Domain的配置。这些MBean对内部的各个子系统是树状组织转载 2012-03-05 08:59:50 · 669 阅读 · 0 评论 -
使用JMX搭建WebLogic9监控软件
使用JMX搭建WebLogic9监控软件因笔者工作需要,监控多台weblogic服务器,当服务器的状态不正常时进行邮件通知。根据需求的情况,决定使用WebLogic的JMX功能。一。WebLogic9在JMX方面的变化和新特性 WebLogic9与之前的8.1系列版本的差别很大,在9之前,weblogic使用自己基于JMX1.0规范的实现,自9开始,Weblogic使用包含在J转载 2012-03-05 09:04:54 · 672 阅读 · 0 评论 -
jmx javadoc
JavaTM 2 Platform Standard Edition 5.0 http://www.gznc.edu.cn/yxsz/jjglxy/book/Java_api/weblogic8 http://docs.oracle.com/cd/E13222_01/wls/docs81b/javadocs/j2ee: http://docs.oracle.com/javae转载 2012-03-14 10:59:03 · 452 阅读 · 0 评论 -
JMX access WEBLOGIC9.2
JMX access WEBLOGIC9.2JMX access WEBLOGIC9.2 Development environment as well as the reference packet weblogic9.0 running on JDK5.0 or higher than the 5.0 version. JAR package reference转载 2012-03-05 09:03:27 · 980 阅读 · 1 评论
分享