Resetting Weblogic Password in Linux getting error
cd /App/Oracle/Middleware/user_projects/domains/DOM-INFA901/security
mv DefaultRoleMapperInit.ldift DefaultAuthenticatorInit_old.ldift
/App/Oracle/Middleware/user_projects/domains/DOM-INFA901/bin/setDomainEnv.sh
Tried the below command and I got the "could not find" error listed at the end.j
ava -cp /App/Oracle/Middleware/wlserver_10.3/server/lib/weblogic:$CLASSPATH weblogic.security.utils.AdminAccount weblogic newpassword .
Then I tried another command and I got the "could not find" error listed at the end.
java weblogic.security.utils.AdminAccount weblogic newpassword .