Installed WebLogic Server 8.1, after the successful installation, start the server startwls, the system shows that the server starts normally. After entering the http://localhost:7001/console in the IE6.1, a request for landing interface appears. So how do you modify the user name and password set at installation???
Note: The password for the console is typically specified at installation time.
Step one: At the console end using the original username and password login, and then enter the your appliation ' s security setting realms, and then enter the Myrealm, enter the user managerment, into the manager Users within this security realm;[the operating interface can modify the "delete" old user, "add" Admin user
Step two: At the manager users within this security realm interface, you can create a new user, note that the user must be set up within the Administrators group, otherwise the user will not be able to log on to the console or modify the original login's password [ WebLogic's password is 8 digits above]
Step three: Close the WLS service process;
Fourth step: Back up your Config.xml and boot.properties files, in order to avoid the modification of operation errors;
If there is no way to revert to the state before the password is changed, then you can only suggest that you re domain-worthy.
Fifth step: Modify the Boot.properties file is OK,
Username=weblogic
password=123456789
Remember that the username and password are not enclosed in quotes. After the start of the user name and password automatically become ciphertext.
Or you can empty the boot.properties username and password, and manually enter the username and password at startup.
Note: In fact, it doesn't matter if you delete the boot.properties. As long as you know a set of correct administrator account password on the line, but every time you start the server to enter.