Reputation: 1414
Anyone know the way how to get info that the WebLogic AdminConsole is locked for edit? Maybe some MBean... I don't know what else :(
Upvotes: 0
Views: 363
Reputation: 31371
Your best bet is using WLST to connect to a running admin console and printing out status.
Try the WLST Edit commands to see if there is one that works for you, I can see cancelEdit
and saveEdit
commands, but not one to specifically check if the Admin console is locked for editing.
Upvotes: 3
Reputation: 788
You want to know how to get that information programmatically or from weblogic admin UI?
Upvotes: 0