Victoria Seniuk
Victoria Seniuk

Reputation: 1414

How to get info from java code that the WebLogic AdminConsole is "Locked for Edit"?

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

Answers (2)

JoseK
JoseK

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

Ankur
Ankur

Reputation: 788

You want to know how to get that information programmatically or from weblogic admin UI?

Upvotes: 0

Related Questions