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 /app/OracleMiddleWare/user_projects/domains/bifoundation_domain
  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.