手動配置 IBM HTTP Server 7.0 版外掛程式來遞送用戶端要求

更新 IBM HTTP Server 外掛程式配置,以便將 ClearCase 及 ClearQuest 用戶端要求經由 IBM HTTP Server 遞送至在 WebSphere Application Server 上部署的 Web 應用程式。
註: 這些指示適用於 WebSphere Application Server 和 IBM HTTP Server 7.0 版。如需配置 IBM HTTP Server 8.0 版的相關資訊,請參閱配置 IBM HTTP Server 第 8 版的 Web 外掛程式

開始之前

這些指示適用於 WebSphere Application Server 和 IBM HTTP Server 7.0 版。如需相關資訊,請參閱下列主題:

關於這項作業

若要將 Rational ClearCase 及 Rational ClearQuest 用戶端要求經由 IBM HTTP Server 遞送至在 WebSphere Application Server 上部署的 Web 應用程式,則必須以每一個 Web 應用程式的資訊來配置 IBM HTTP Server 外掛程式檔案 httpd.conf。一般來說,會在 ClearCase 及 ClearQuest Web Server 特性的安裝期間,自動更新這個配置檔。在某些情況下,可能需要使用這個程序來手動配置路由服務。

程序

  1. 停止所有 IBM HTTP Server 程序。
  2. 對建立的每一個設定檔產生 plugin-cfg.xml 檔案。
    在 Windows 上:
    was_install_dir\bin\GenPluginCfg.bat –profileName profile_name
    UNIX/Linux:
    was_install_dir\bin\GenPluginCfg.sh –profileName profile_name
  3. 如果產生多個 plugin-cfg.xml,請使用 pluginMerge 工具,將配置合併成一個檔案:
    在 Windows 上
    was_install_dir\bin\pluginMerge.bat pathname_of_plugin-cfg.xml_#1 pathname_of_plugin-cfg.xml_ #2 ……pathname_of_plugin-cfg.xml_#n pathname_of_combined_plugin-cfg.xml
    在 UNIX/Linux 上:
    was_install_dir/bin/pluginMerge.sh pathname_of_plugin-cfg.xml_1 pathname_of_ plugin-cfg.xml_2pathname of plugin-cfg.xml_n pathname of combined plugin-cfg.xml
  4. 尋找 ihs_install_dir/conf/httpd.conf 中列出的 plugin-cfg.xml 檔案的路徑名稱
    範例
    LoadModule was_ap22_module "C:\IHS7HOME\Plugins\bin\mod_was_ap22_http.dll"
    WebSpherePluginConfig "C:\IHS7HOME\Plugins\config\webserver1\plugin-cfg.xml"
  5. 將步驟 2 或步驟 3 中建立的 plugin-cfg.xml 複製到 httpd.conf 中列出的位置。
  6. 啟動 IBM HTTP Server。
  7. 若要驗證伺服器的存取,請開啟瀏覽器並跳至:
    • CCRC WAN Server: http://server/ccrc
    • ClearQuest Web Server: http://server/cqweb

意見反應