当前位置: 代码迷 >> Web前端 >> Websphere6.1彻底剔除Profile
  详细解决方案

Websphere6.1彻底剔除Profile

热度:552   发布时间:2012-10-28 09:54:44.0
Websphere6.1彻底删除Profile

删除概要文件:

方案一:

1.找到profileRegistry.xml,在目录IBM\WebSphere\AppServer\properties里,去掉想删除的profile的配置即可。
2.删除profileName.bat? 在目录IBM\WebSphere\AppServer\properties\fsdb里,删除

3.将profile的实际存储目录及内容删除,如:D:\IBM\WebSphere\AppServer\profiles\AppSrv01

方案二:

使用命令 manageprofiles.bat -delete -profileName profileNam

?

创建概要文件:

AppServer\bin\ProfileManagement\pmt.bat

?

  相关解决方案