Note: Horizon Web Client is available with Horizon 8 versions 2412 and later. For Horizon 8 versions 2406 and earlier, Horizon Web Client is called "HTML Access." This documentation page uses the name "Horizon Web Client" to refer to both Horizon Web Client and HTML Access.
To support Horizon Web Client, you must install Horizon Agent on the Windows virtual machine-based desktop with a special parameter. If Horizon Web Client needs to be served by the desktop, you must also set up static content delivery that enables users to point a browser directly at the desktop.
Procedure
-
Install Horizon Agent on the Windows machine.
-
Download the Horizon Agent installer file from the product downloads site. Go to https://customerconnect.omnissa.com/downloads/#all_products.
-
Install Horizon Agent from the command line and specify the parameter that tells Horizon Agent not to register with Omnissa Horizon Connection Server.
This example installs Horizon Agent.
{installer executable} /v VDM_SKIP_BROKER_REGISTRATION=1
-
-
Set up static content delivery.
-
Download the Horizon Web Client
portal.warzip file from the product downloads site at https://customerconnect.omnissa.com/downloads/#all_products.Navigate to the download page for your release of Omnissa Horizon and find the Horizon Web Client zip file.
-
Open Control Panel.
-
Navigate to Programs and Features > Turn Windows features on or off.
-
Select the check box Internet Information Services and click OK.
-
In Control Panel, navigate to Administrative Tools > Internet Information Services (IIS) Manager.
-
Expand the items in the left pane.
-
Right-click Default Web Site and select Edit Bindings....
-
Click Add.
-
Specify https, All Unassigned, and port 443.
-
In the SSL certificate field, select the correct certificate.
Option Action Certificate vdm is present. Select vdm and click OK. Certificate vdm is not present. Select vdmdefault and click OK. -
In the Site Bindings dialog, remove the entry for http port 80 and click Close.
-
Click Default Web Site.
-
Double-click MIME Types.
-
If the File name extension .json does not exist, in the Actions pane, click Add.... Otherwise, skip the next 2 steps.
-
For File name extension, enter .json.
-
For MIME type, enter text/h323 and click OK.
-
For File name extension, enter .mem.
-
For MIME type, enter text/plain and click OK.
-
Copy the Horizon Web Client zip file to a temporary folder.
-
Unzip the Horizon Web Client zip file.
The result is a file named
portal.war. -
Rename
portal.wartoportal.zip. -
Unzip
portal.zipto the folderC:\inetpub\wwwroot.If necessary, adjust the permissions on the folder to allow files to be added.
The folder
C:\inetpub\wwwroot\portalis created. -
Open Notepad.
-
Create the file
C:\inetpub\wwwroot\Default.htmwith the following content (replace {IP address or DNS name of desktop} with the actual IP address or DNS name of the desktop):<HEAD> <noscript> <meta HTTP-EQUIV="REFRESH" content="0; url=https://{IP address or DNS name of desktop}/portal/webclient/index.html"> </noscript> </HEAD> <script> var destination = 'https://{IP address or DNS name of desktop}/portal/webclient/index.html'; var isSearch = !!window.location.search; window.location.href = destination + (isSearch ? window.location.search + '&' : '?') + 'vadc=1' + (window.location.hash || ''); </script>
-
What to do next
Install Horizon Agent Direct-Connection Plug-In. See Install Horizon Agent Direct-Connection Plug-In.
Was this page helpful?