方案一:使用命令manageprofiles.bat

  cd D:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin

  manageprofiles.bat -listProfiles (列出概要文件)

  [AppSrv01, AppSrv02]

  manageprofiles.bat -delete -profileName AppSrv01 (删除AppSrv01)

  manageprofiles.bat -deleteAll (删除所有概要文件)

  接下来把profiles目录下相应的概要文件删除就可以彻底删除了(was对profiles目录删除不彻底)。对于6.0的,使用wasprofiles.bat来删除,命令参数一样


方案二:

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

  2.删除profileName.bat  在目录IBM\WebSphere\AppServer\properties\fsdb里,删除

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

相关文章:

  • 2021-04-27
  • 2021-05-25
  • 2021-09-18
  • 2021-05-05
  • 2022-01-14
  • 2021-04-03
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2021-06-23
  • 2021-12-21
  • 2021-12-08
  • 2021-10-07
相关资源
相似解决方案