You are on page 1of 1

changing default temp dir for JVM ================================== (you may need to do this in case if /tmp on the server

is full and you face prob lem to stop and start the server) add -Djava.ip.tmpdir=<path of new temp dir location> to $JAVA_OPTIONS in setDoma inEnv.sh file restting Admin Server password ============================== cd $DOMAIN_HOME/bin run SetDomainEnv.sh cd $DOMAIN_HOME/security backup the file DefaultAuthenticatorInit.ldift export CLASSPATH=/u00/appwebdv/bea/weblogic92/server/lib/weblogic_sp.jar:/u00/ap pwebdv/bea/weblogic92/server/lib/weblogic.jar:$CLASSPATH run this in domain/security dir. $java weblogic.security.utils.AdminAccount <user> <password> . edit boot.properties To Unlock a locked weblogic user account ======================================== To unlock a locked user account on a managed server, a user with Admin privilege s can use the following command: $java weblogic.Admin -url url -username adminuser -password passwordforadminuser -type weblogic.management.security.authentication.UserLockoutManager -method cl earLockout lockedusername #You can also wait the time specified in the Lockout Duration attribute. The use r account will be unlocked after the specified time.

You might also like