确定mbean的路径以导航到它

时间:2013-09-08 10:14:02

标签: wlst

是否有某种方式(使用管理控制台进行录制除外)在命名空间中找到mbean的路径,以便使用cd()wlst命令导航到它。

Eg)的

connect(adminUserName,adminPassword,adminURL)

serverConfig()

authenticatorPath =' / SecurityConfiguration /' + domainName +' / Realms /' + realmName +' / AuthenticationProviders / DefaultAuthenticator'

print authenticatorPath

cd(authenticatorPath)

如何确定用于导航的路径

1 个答案:

答案 0 :(得分:1)

请尝试使用WLST中给出的lookup()命令。您必须知道应该作为第二个参数的MBean的类型。

参考:Oracle Documentation