1.2.2. 禁用管理控制台
JBoss 运营网络等其他客户端运行使用 HTTP 接口管理 JBoss EAP。要继续使用这些服务,可以禁用基于 Web 的管理控制台本身。这可以通过将 console-enabled
属性设置为 false
来实现:
/core-service=management/management-interface=http-interface/:write-attribute(name=console-enabled,value=false)
/core-service=management/management-interface=http-interface/:write-attribute(name=console-enabled,value=false)