Problem:

When you are running the weblogic in production mode and when you try to start the weblogic using nohup then there is no  chance to enter the username and password at the server startup command prompt.For that reason, we required boot.properties file.

Solution :

  1. Go to the WL_HOME/user_projects/domains/servers/AdminServer folder.
  2. Create a folder called “security” if it does not already exist.
  3. Create a new file called boot.properties and put the following information inside it:
    username=WLS_username <encrypt username>
    password=WLS_password <encrypt password>
  4. Save the changes
  5. This above change wiill resolve the issue. To validate the solution we need to start the weblogic using nohup mode.
    1. for ex : nohup sh stratWeblogic.sh &
Recommended Posts

Start typing and press Enter to search