【问题标题】:WebSphere Liberty Profile AdminClient coonectionWebSphere Liberty Profile 管理客户端连接
【发布时间】:2017-03-17 06:04:24
【问题描述】:

用于通过 Perf Mbean 监控 WebSphere 应用服务器 我已选择 RMI 或 SOAP 连接器端口从 Adminclient 获取连接。如下代码所述,

Properties localProperties = new Properties();
localProperties.put("type", "RMI");// RMI or SOAP
localProperties.put("host", localhost);
localProperties.put("port", 2809);// connector port
AdminClient client = AdminClientFactory.createAdminClient(props);

所以我需要 WebSphere Liberty Profile 8.5 相同。没有关于管理控制台的详细信息,我找不到连接器端口详细信息 RMI 或 SOAP。如上代码,如何配置或选择连接器端口并连接到 adminclient。我在 server.xml 中做什么来启用 RMI 或 SOAP 端口。

【问题讨论】:

    标签: java websphere-liberty


    【解决方案1】:

    Liberty 没有像您使用传统 WAS 那样的管理客户端。您可以使用 JMX 连接和管理 Liberty,如 IBM KnowledgeCenter topic 中所述。可以在 here 找到 Liberty 的可用 mbean 列表。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-03
      • 1970-01-01
      • 2013-06-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多