Go to the below location
/app/oracle/user_domain/domain/base_domain/bin
vi startweblogic.sh
set the user name and password in the below Parameter.
set WLS_USER=weblogic (User Name)
set WLS_PW=Oracle123(Password)
Repeat the above steps for startManagedWebLogic.sh
If you add the weblogic UserID to “WLS_USER=” and the password to “WLS_PW=”, It will not prompted to enter those values when the server is starting up.
/app/oracle/user_domain/domain/base_domain/bin
vi startweblogic.sh
set the user name and password in the below Parameter.
set WLS_USER=weblogic (User Name)
set WLS_PW=Oracle123(Password)
Repeat the above steps for startManagedWebLogic.sh
If you add the weblogic UserID to “WLS_USER=” and the password to “WLS_PW=”, It will not prompted to enter those values when the server is starting up.
No comments:
Post a Comment