我在哪里可以findWebSphereconfiguration文件?

我想知道WebSphereconfiguration详细信息保存在哪里?

具体而言,使用wsadmin在pipe理控制台(来自Web)或控制台中显示的configuration详细信息。

一些例子是:

  1. Java和进程pipe理:类加载器,进程定义,进程执行
  2. 容器设置:会话pipe理,SIP容器设置,Web容器设置,Portlet容器设置

是否有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。

希望这可以帮助。

干杯。