For the Admin Server
1) Create a file called boot.properties in this directory:
/d01/Middleware/user_projects/domains/domain/servers/AdminServer/security
2) Add only the following content. Put no comments, just the two lines. Also note that everything is lowercase:
username=weblogic
password=<PASSWORD>
3) Save the file and close the editor.
4) Start the Admin server using these commands:
cd /d01/Middleware/wlserver_10.3/common/bin
./commEnv.sh
cd /d01/Middleware/user_projects/domains/domain/bin
./setDomainEnv.sh
nohup sh ./startWebLogic.sh > wls_start.log &
Once the Admin Server is started for the first time, credentials in the boot.properties file are automatically encrypted.
Recommended Posts