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 🙁
Anyone know the way how to get info that the WebLogic AdminConsole is locked
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
cancelEditandsaveEditcommands, but not one to specifically check if the Admin console is locked for editing.