【发布时间】:2019-10-22 10:26:31
【问题描述】:
如何访问 Websphere Liberty 的管理控制台?我在谷歌上搜索,发现了这个网址:http://localhost:9080/adminCenter/,但它给了我:找不到上下文根。
我该如何解决这个问题?
提前致谢
【问题讨论】:
标签: java server websphere websphere-liberty
如何访问 Websphere Liberty 的管理控制台?我在谷歌上搜索,发现了这个网址:http://localhost:9080/adminCenter/,但它给了我:找不到上下文根。
我该如何解决这个问题?
提前致谢
【问题讨论】:
标签: java server websphere websphere-liberty
如果您还没有,您需要在您的服务器上安装 (bin/installUtility install adminCenter-1.0) 并启用 (<feature>adminCenter-1.0</feature>) adminCenter-1.0 功能,并启用 https 和用户注册表(用于登录)。
您可以在此处找到详细说明:https://www.ibm.com/support/knowledgecenter/en/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_ui_setup.html
【讨论】: