【问题标题】:How to find WebSphere 8.5 Admin console URL in Linux如何在 Linux 中找到 WebSphere 8.5 管理控制台 URL
【发布时间】:2015-12-11 09:03:26
【问题描述】:

我使用以下步骤在 Redhat Linux 上安装了 WebSphere 8.5。

1. Unzip the installation kit (WAS_V8.5_1_OF_3.zip, WAS_V8.5_2_OF_3.zip & WAS_V8.5_3_OF_3.zip)
2. Login as normal user
3. Navigate to the folder WLP/wlp-8500.jar
4. Install thru Running: 'java -jar wlp-8500.jar'
5. Follow the steps and complete installation (all comand line)
6. Move to wlp folder
7. Create server instance thru Moving to bin folder and Run 'server create <serverName>'
7. Start server thru Running 'server start <serverName>'
8. Check the server status thru Running 'server status <serverName>'

在此设置之后,我创建并启动了服务器。它已启动并正在运行。 我不知道如何登录管理控制台。我尝试了不同的 URL 和端口,但没有任何效果。

http://localhost:9060/ibm/console http://localhost:9080/ibm/console

如何找到管理控制台 URL 或端口号?

【问题讨论】:

    标签: websphere websphere-8 websphere-liberty


    【解决方案1】:

    您安装了 WebSphere Liberty Profile (wlp),而不是完整的(又名经典)WebSphere Application Server。 WebSphere Liberty 没有像经典控制台那样的完整管理控制台。您只有简化的 adminCenter 功能,必须单独安装。

    管理中心是在 Liberty Profile V8.5.5.2 及更高版本服务器上运行的 Web 用户界面,因为您查看日志的版本为 8.5.0.0,因此您必须安装更高版本才能看到它。

    另见:

    如果您想要完整的管理控制台,您必须使用 Installation Manager 并安装 WebSphere Application Server,而不是 Liberty 配置文件。

    【讨论】:

      【解决方案2】:

      我只能告诉你默认端口,你可能已经改变了它们:

      http : 9060

      https:9043

      要找到确切的端口:

      打开 WC_profiledir/logs/AboutThisProfile.txt 查找类似于以下内容的行:

      管理控制台端口:9102 管理控制台安全端口:9104

      【讨论】:

      • 是的,这是正确的地方 WC_profiledir/logs/AboutThisProfile.txt
      猜你喜欢
      • 2014-11-16
      • 1970-01-01
      • 1970-01-01
      • 2011-11-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多