【问题标题】:Weblogic 12c WLST Create User offlineWeblogic 12c WLST 离线创建用户
【发布时间】:2018-11-19 07:26:46
【问题描述】:

我想使用 WLST 脚本离线创建新用户 (admin/admin123) 和域 (myapp)。我想使用模板 common/templates/wls/wls.jar 来创建域

请分享示例脚本来做同样的事情

【问题讨论】:

    标签: weblogic12c wlst


    【解决方案1】:

    试试这个:

    readTemplate(".../wls.jar")
    cd('Security')
    cd('base_domain')
    cd('User')
    user=create("Jim","User")
    user.setPassword("welcome1")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-02-25
      • 2021-09-23
      • 1970-01-01
      • 1970-01-01
      • 2018-09-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多