Set up the IIS web server (Windows web servers)

Each separate Environment you install must have its own IIS web server defined with a unique listening port.

Note: 

This setting prevents a vulnerability within the IP Security feature in Microsoft Internet Information Services (IIS) 8.0 and 8.5. The IP Security feature does not properly process wildcard allow and deny rules for domains within the "IP Address and Domain Restrictions" list.

For additional details, see CVE-2014-4078.

  1. Create a web site for Lawson.
    • Allow anonymous access to the web site.

    • Basic authentication must be turned off.

  2. Define default documents index.htm, index.html, default.htm and default.html
  3. Define a listening port for the web server.
  4. Define a document root directory. We recommend that you use LAWENVNAME/web
  5. Redirect web server traffic to the servlet container using the WebSphere plug-in. Basic authentication must be turned off on the sePlugin directory.