我想知道WebSphereconfiguration详细信息保存在哪里?
具体而言,使用wsadmin在pipe理控制台(来自Web)或控制台中显示的configuration详细信息。
一些例子是:
是否有XML文件保持这些configuration细节?
尼古拉斯
尼古拉斯,
WebSphere将其所有configuration存储在XML文件中。 这些文件存储在您的WebSphereconfiguration文件中。 假设您在其默认path中安装了WebSphere,则应在以下位置find它们:
Windows:C:\ Program Files \ IBM \ WebSphere \ AppServer \ profiles(profile_name)\ config \ cells(cell_name)
Linux:/ opt / IBM / WebSphere / AppServer / profiles /(profile_name)/ config / cells /(cell_name)
其中,profile_name是“默认”或“AppSrv01”,cell_name类似于hostnameNode01Cell。
希望这可以帮助。
干杯。