zoukankan      html  css  js  c++  java
  • WebSphere创建删除概要文件

    创建概要文件:

    方案一:./manageprofiles.sh -create -profileName AppSrv01

    -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01

    -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default

    方案二:开始-程序-IBM WebSphere-Application Server-Profile Management Tool, 按照提示创建。

    删除概要文件:

    方案一:

    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

  • 相关阅读:
    curl
    Bazel 国内镜像源加速下载 + 编译gvisor
    go proxy 代理
    netstack gvisor
    rust libc
    gVisor in depth
    Unikernel
    Unikernel初体验
    github 文本编辑
    cloud-hypervisor coredump
  • 原文地址:https://www.cnblogs.com/skyblue/p/1592263.html
Copyright © 2011-2022 走看看