Purpose
The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.
Instructions
export MW_HOME=/u01/app/oracle/middleware export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
DOMAIN_HOME/bin/stopWebLogic.sh
data
mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old
$DOMAIN_HOME/bin/setDomainEnv.sh
cd $DOMAIN_HOME/securityjava weblogic.security.utils.AdminAccount <username> <password>
$DOMAIN_HOME/servers/AdminServer/security/
username=<username>password=<password>
$DOMAIN_HOME/bin/startWebLogic.sh
Affected Versions
This article applies to all versions of Appian using WebLogic as the application server.
Last Reviewed: January 2018