當您使用指令行介面手動安裝範例入口網站時,不會設定 SRA 服務。(#6516280)
解決方案:手動呼叫下列 ant 目標為每個範例設定 SRA 服務:
community_sra
developer_sra
enterprise_sra
在您安裝範例入口網站後,請執行下列指令。
/usr/sfw/bin/ant -f /opt/SUNWportal/samples/portals/build.xml community_sra developer_sra enterprise_sra -Dconfig.location= input-properties-file-location
在 Secure Remote Access 中,一次只能增加一列。(#6497988)
解決方案:在 SRA 畫面中,當您嘗試增加多個列時,請在增加每列之後儲存詳細資訊。
如果統一 Web 用戶端 (Unified Web Client, UWC) 和 Portal Server 安裝在不同電腦上,將無法透過 Proxylet 存取 UWC 應用程式。(#6348935)
解決方案:如果 UWC 應用程式和 Portal Server 安裝在不同的電腦上,請執行以下作業以透過 Proxylet 存取 UWC 電腦:
在 Portal Server 管理主控台中,啟用閘道設定檔的 cookie 管理。
在 [使用者階段作業 Cookie 被轉寄至的 URL] 欄位中,增加 UWC、行事曆和郵件伺服器的 URL。例如,增加以下內容: http://port/uwc、http://calhost:calport、http://messaginghost:messagingport。
在 UWC 電腦的 AMConfig.properties 檔案中,將 com.iplanet.am.cookie.name=iPlanetDirectoryPro 變更為 com.iplanet.am.cookie.name=iPlanetDirectoryPro1。
這是為了在閘道和 Portal Server 電腦中使用不同的 cookie 名稱。
在 UWC 電腦中,使用 configutil 將郵件伺服器的階段作業 cookie 變更為 iPlanetDirectoryPro1。
在 UWC 的 [非認證 URL] 清單中增加 UWC、行事曆和郵件伺服器 URL。
重新啟動閘道、UWC 和 Portal Server 。