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.
- Copy the contents of the
\Program Files\ACSXerox\FH Web Edition\Web
directory to the appropriate Web server. -
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 ofhostname
.if (host.length == 0)
{
host="hostname";
}