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.
- Define a listening port for the web server.
- Define default documents index.htm, index.html, default.htm and default.html
- Define a document root directory. We recommend that you use LAWENVNAME/web. This directory must exist before you can start the web server.