Weblogic Application Server – Startup without asking for password

After installing the latest WebLogic Release, at startup it asks for the username and password.

Solution here: http://blogs.oracle.com/middleware/2010/05/weblogic_not_reading_bootproperties_1111x.html

Just go to user_domains/MYDOMAIN where MYDOMAIN is the domain that you want to start.
Goto Servers/SERVER where SERVER is the SERVER that you want to start.
Create, if does not exist a security directory
On the security directory create a file named boot.properties with the following entries:

username=
password=

Just put your un-encripted password. At startup the password will be encrypted.

That’s it.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.