Set up the HTTPServer web server (Windows or UNIX web servers)

Add the following configuration to the virtual host in the httpd.conf file. We recommend that you define a virtual host in httpd.conf for each Environment you plan to install.

  1. Define a listening port for the web server.
  2. Define default documents index.htm, index.html, default.htm and default.html
  3. Define a document root directory. We recommend that you use LAWENVNAME/web. This directory must exist before you can start the web server.