Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上下文是我有一个脚本,它可以从 DMGR 自动更新或部署 WAS 6.1 服务器上的应用程序。此脚本使用包含应用程序名称、服务器单元、节点和名称的设置文件。我不想为每个应用程序手动制作一个文件。我在 IBM 搜索了一种获取所有这些信息的方法,但找不到方法。
http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.base.doc%2Finfo%2Faes%2Fae%2Ftxml_listapp.html
我知道如何在服务器上列出应用程序,但我需要将所有这些信息链接在一起。
$AdminApp 列表(任何选项都可以提供我需要的信息?)
使用WAS 版本 8 中包含的scriptLibrary :
AdminApplication.listApplications()
返回:相应单元格中可用应用程序名称的列表。