如何在Linux中查找WebSphere 8.5管理控制台URL

Yog*_*ran 2 websphere websphere-8 websphere-liberty

我使用以下步骤在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>'
Run Code Online (Sandbox Code Playgroud)

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

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

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

Gas*_*Gas 7

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

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

也可以看看:

如果需要完整的管理控制台,则必须使用Installation Manager并安装WebSphere Application Server,而不是Liberty概要文件.