【发布时间】:2013-09-08 10:14:01
【问题描述】:
是否有某种方法(除了使用管理控制台记录)在命名空间中找到 mbean 的路径,以便使用 cd() wlst 命令导航到它。
例如)
connect(adminUserName, adminPassword, adminURL)
服务器配置()
authenticatorPath= '/SecurityConfiguration/' + domainName + '/Realms/' + realmName + '/AuthenticationProviders/DefaultAuthenticator'
打印身份验证器路径
cd(authenticatorPath)
如何确定用于导航的路径
【问题讨论】:
标签: wlst