Installing the Web files on a system other than the FH Web Edition server

You can install the FH Web Edition Web files on a system other than the FH Web Edition server.

  1. Copy the contents of the \Program Files\ACSXerox\FH Web Edition\Web directory to the appropriate Web server.
  2. Edit the logon.html page on the Web server and add the following statements, inserting the address of the FH Web Edition server in place of hostname.

    if (host.length == 0)
    {
    host="hostname";
    }