Create the Boot Properties File

The post-installation process involves the creation of a boot.properties file.

  1. Change directories to the BI Publisher domain. For example:
    cd /home/oracle/Oracle/Middleware/Oracle_Home/user_projects/domains/bi
  2. If the following path does not exist on your system, create it with the mkdir command. Otherwise, change directories from the BI Publisher domain to servers/AdminServer/security. For example:
    cd servers/AdminServer/security
  3. Create a file called boot.properties.
    vi boot.properties
  4. Add the following two lines:
    username=weblogic
    password=<password>
    Use the password which you created for the weblogic user. Refer to Install the Oracle Business Intelligence 12c Configuration Assistant section for more information.