There's a python script in the referenced forum topic that displays the administrator password of your WebLogic AdminServer. I've tested it with WebLogic v10.3.3 and it worked just fine. In the forum post the script code needs a bit of a cleanup and it didn't work out-of-the-box. I had to comment out the first
for
in the
main
function. I've attached the ready for use version of the script, just in case the forum vanishes into thin air. Congrats go to the author of the script!
I've put the script in this dir:
WL_HOME/common/bin/wlsdecrypt.py
Now about running the script:
cd DOMAIN_HOME
cp servers/AdminServer/security/boot.properties .
WL_HOME/common/bin/wlst.sh WL_HOME/common/bin/wlsdecrypt.py
Comments
Works with Weblogic 9.2 on Windows too