Software Works... most of the times.Recovering and changing forgotten Weblogic Administrator password- September 7, 2005 For future reference, To recover the administrator password in a WebLogic domain: At the command line, change directory to the domain and run the setEnv script to set the PATH and CLASSPATH. Create a new DefaultAuthenticatorInit.ldift: run java weblogic.security.utils.AdminAccount <tempadmin> <temppassword> . Remove the initialized status file, DefaultAuthenticatormyrealmInit.initialized from the <Domain><Server>ldap subdirectory. Restart the server, using the new user..http://www.jroller.com/mehul/entry/recovering_and_changing_forgotten_weblogic |