Websphere 应用程序服务器的管理应用程序在哪个端口上?

5 application-server java websphere

我已经在本地机器上启动了 Websphere,但我不记得管理应用程序应该在哪个端口上。有任何想法吗?

Pet*_*tze 7

您可以检查 WAS 配置文件中有几个文件(其中两个看起来像可靠的来源)(我使用了安装中的路径,它主要使用标准设置):

  1. {WAS-Profile-Path}\logs\AboutThisProfile.txt
  2. {WAS-Profile-Path}\config\cells{cellname}\nodes{cellManagername}\serverindex.xml 并查找 WC_adminhost_secure 或 WC_adminhost。

第一个更容易,因为它是较小的文件。但是,第二个是实际的配置文件。如果找不到文件。搜索包含 WC_adminhost 或 WC_adminhost_secure 的文件。


小智 4

http 通常为 9060,https 通常为 9043。

  • 如果您使用 RAD 或 RSA,请小心。两者都安装了多个服务器,因此端口可能不同。 (2认同)