Preparing the deployment

Before you can deploy LN UI, you must make various preparations.

This table shows the abbreviations that are used in the preparation procedure:

Abbreviation Description
<wlInstDir> The installation directory of WebLogic
<wlDomain> The WebLogic domain

To prepare the deployment, modify the server's config.xml file:

  1. Open the <wlInstDir>\user_projects\domains\<wlDomain>\config\config.xml file.
  2. At the end of the <security -configuration> node , add this line:
    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>

    This stops WebLogic from forcing on its own security model. LN UI provides this itself, and WebLogic interferes with this.