FileNet P8 Workplace XT, 版本 1.1.5       應用程式伺服器:  WebSphere Application Server     

WebSphere Application Server 配置成支援 Workplace XT 的使用者記號和 WebDAV 連線

某些使用 Workplace XT 的應用程式,例如 Application Integration、eForms 和 Records Manager,會要求您能在 Workplace XT 伺服器上產生和接受使用者記號。此外,在這項配置中也需要啟用 WebDAV 連線。

如果要將 WebSphere® Application Server 配置成支援使用者記號和 WebDAV 連線,請執行下列動作:
  1. 停止 WebSphere Application Server(如果正在執行的話)。
  2. (若為 Content Engine 4.5.0 或 4.5.1 安裝) 將 authentication-websphere.jar 檔從:

    install_path/IBM/FileNet/WebClient/WorkplaceXT/authenticationFiles

    複製到:

    WAS_home/AppServer/lib/ext

  3. (若為 Content Engine 4.0 安裝。)將 authentication-websphere-1.1.2.jar 檔從:

    install_path/IBM/FileNet/WebClient/WorkplaceXT/authenticationFiles/1.1.2

    複製到:

    WAS_home/AppServer/lib/ext

  4. log4j-1.2.13.jar 檔從:

    install_path/IBM/FileNet/WebClient/WorkplaceXT/WEB-INF/lib

    複製到:

    WAS_home/AppServer/lib/ext

  5. 啟用 JAAS。
    1. 導覽至「Java™ 虛擬機器」。
      WebSphere Application Server 6.1
      伺服器 > 應用程式伺服器 > server_name > Java 與程序管理 > 程序定義 > Java 虛擬機器
      WebSphere Application Server 7.0
      伺服器 > 伺服器類型 > WebSphere 應用程式伺服器 > server_name > Java 與程序管理 > 程序定義 > Java 虛擬機器
    2. 如果通用 JVM 引數中有項目,請在它之後新增一個空格,然後新增下列項目,並套用您的變更。

      如果沒有項目,請勿新增空格。

      UNIX
      -Djava.security.auth.login.config=install_path/CE_API/config/jaas.conf.WebSphere
      Windows
      -Djava.security.auth.login.config=install_path\CE_API\config\jaas.conf.WebSphere

      其中 install_pathWorkplace XT 的安裝路徑。

      視您的用戶端安裝版本,或是否選擇安裝架構的自訂路徑而定,您的路徑可能略微不同。比方說,如果您的 Content Engine Client 是 4.0,這個路徑的 config 目錄之下可能包含 samples 目錄。輸入路徑之前,請驗證檔案的位置。

      請勿複製和貼上本手冊中的文字,因為隱藏的格式可能導致項目出問題。請改以將項目輸入到欄位中。

      WebSphere Application Server for Windows 上,路徑不能包含空格。對於 djava 引數中的安裝路徑部分,您必須使用 8.3 表示法。

      如果 install_path 是:

      C:\Program Files\IBM\FileNet\WebClient
      請使用:
      C:\Progra~1\IBM\FileNet\WebClient

      Windows 中的完整引數範例:

      -Djava.security.auth.login.config=C:\Progra~1\IBM\FileNet\WebClient\CE_API\
       config\jaas.conf.WebSphere

      UNIX 中的完整引數範例:

      -Djava.security.auth.login.config=/opt/IBM/FileNet/WebClient/CE_API/
       config/jaas.conf.WebSphere
      請注意,若為 64 位元機器,當 Workplace XT 安裝在 Program Files (x86) 目錄時,JVM 引數如下:
      -Djava.security.auth.login.config=C:\Progra~2\IBM\FileNet\WebClient\CE_API\
       config\jaas.conf.WebSphere
    3. (僅限不使用 SSO 的元件)建立自訂模組。
      重要: 如果您針對使用 SSO 的任何元件啟用 JAAS,請勿建立自訂模組。建立自訂模組會讓 SSO 無法使用。
      1. 在管理主控台的「安全性」區域中,導覽至 JAAS 登入模組設定。
        WebSphere Application Server 6.1
        導覽至安全性 > 安全管理、應用程式和基礎架構 > JAVA 鑑別和授權服務 > 系統登入 > WEB_INBOUND > JAAS 登入模組
        WebSphere Application Server 7.0
        導覽至安全性 > 廣域安全 > JAVA 鑑別和授權服務 > 系統登入 > WEB_INBOUND
      2. 按一下新建,建立新的自訂登入模組。
      3. 模組類別名稱設定中,輸入下列(不含空格):
        com.filenet.ae.authentication.
          loginmodule.UserTokenWSLoginModule
      4. 套用並儲存您對主要配置的變更。
  6. 啟用信任關聯,並指定攔截程式設定。
    1. 在管理主控台的「安全性」區域中,導覽至信任關聯設定。
      WebSphere Application Server 6.1
      導覽至安全性 > 安全管理、應用程式和基礎架構 > Web 安全 > 信任關聯
      WebSphere Application Server 7.0
      導覽至安全性 > 廣域安全 > Web 和 SIP 安全 > 信任關聯
    2. 在「信任關聯」設定中,設定啟用信任關聯
    3. 其他內容之下,按一下攔截程式
    4. 新增攔截程式,並且在攔截程式類別名稱中輸入下列: com.filenet.ae.authentication.tai.UserTokenInterceptor
    5. 套用並儲存您對主要配置的變更。
  7. 重新啟動 WebSphere Application Server


意見

前次更新: 2013 年 3 月
wxtip018.htm

© Copyright IBM Corp. 2013.
這個資訊中心採用 Eclipse 技術。(http://www.eclipse.org)