【问题标题】:Purpose of localConnector-1.0 feature in Websphere server with IntelliJ使用 IntelliJ 的 Websphere 服务器中 localConnector-1.0 功能的用途
【发布时间】:2019-08-29 02:48:21
【问题描述】:

我正在学习设置 WebSphere Liberty Server Here 的教程,但并不真正了解教程的一部分。我完成了教程,效果很好。

在第 3 步,它让我用这两行修改 server.xml,但我真的不知道它们在做什么。

<applicationMonitor updateTrigger="mbean" />

<feature>localConnector-1.0</feature>

我找到了 localConnector-1.0 的文档,但它有点超出我的想象 https://www.ibm.com/support/knowledgecenter/en/SSEQTP_liberty/com.ibm.websphere.liberty.autogen.nd.doc/ae/rwlp_feature_localConnector-1.0.html

我认为 localConnector 允许 IntelliJ 以某种方式运行服务器,但我不知道 updateTrigger="mbean" 做了什么。

如果有人有一个很好的解释。谢谢!

【问题讨论】:

    标签: intellij-idea websphere websphere-liberty


    【解决方案1】:

    localConnector-1.0 功能在 Liberty 上启用本地 JMX 连接器,以便 JMX 客户端 (IntelliJ) 可以连接到和管理 Liberty。 您可以在此处找到有关该功能的更多文档:https://www.ibm.com/support/knowledgecenter/en/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_admin_localconnector.html

    updateTrigger="mbean" 将应用程序更新设置为仅在由 mbean 调用触发时发生(而默认值是轮询更改)。 您可以在此处找到更多文档: https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/twlp_setup_dyn_upd.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-04-19
      • 2016-11-20
      • 2013-02-28
      • 1970-01-01
      • 2019-02-05
      • 1970-01-01
      相关资源
      最近更新 更多