如果桌面平台需要服務於 HTML Access 用戶端,則必須在桌面平台上執行一些設定工作。這可讓使用者直接指出桌面平台上的瀏覽器。
程序
- 開啟控制台。
- 導覽至。
- 選取核取方塊 Internet Information Services,然後按一下確定。
- 在控制台上,導覽至。
- 展開左窗格中的項目。
- 在預設的網站上按一下滑鼠右鍵,然後選取編輯繫結...。
- 按一下新增。
- 指定 https、全未指派和連接埠 443。
- 在 SSL 憑證欄位中,選取正確的憑證。
選項 |
動作 |
憑證 vdm 存在。 |
選取 vdm,然後按一下確定。 |
憑證 vdm 不存在。 |
選取 vdmdefault,然後按一下確定。 |
- 在網站繫結對話方塊中,移除 http 連接埠 80 的項目,然後按一下關閉。
- 按一下預設的網站。
- 按兩下 MIME 類型。
- 如果副檔名 .json 不存在,請在動作窗格中,按一下新增...。否則,請略過下兩個步驟。
- 針對副檔名,輸入 .json。
- 針對 MIME 類型,輸入 text/h323,然後按一下確定。
- 針對副檔名,輸入 .mem。
- 針對 MIME 類型,輸入 text/plain,然後按一下確定。
- 將 VMware-Horizon-View-HTML-Access-y.y.y-xxxxxx.zip 複製到暫存資料夾。
- 解壓縮 VMware-Horizon-View-HTML-Access-y.y.y-xxxxxx.zip。
結果是名稱為
portal.war 的檔案。
- 將 portal.war 重新命名為 portal.zip。
- 將 portal.zip 解壓縮到資料夾 C:\inetpub\wwwroot。
如有必要,請調整資料夾的權限,以允許新增檔案。
已建立資料夾
C:\inetpub\wwwroot\portal。
- 開啟記事本。
- 使用以下內容 (將 <桌面平台的 IP 位址或 DNS 名稱> 取代為桌面平台的實際 IP 位址或 DNS 名稱) 建立檔案 C:\inetpub\wwwroot\Default.htm:
<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>