手动配置 IBM HTTP Server V7.0 插件以路由客户机请求

更新 IBM HTTP Server 插件配置以支持通过 IBM HTTP Server 将 ClearCase 和 ClearQuest 客户机请求路由到部署在 WebSphere Application Server 上的 Web 应用程序。
注: 以下指示信息适用于 WebSphere Application Server 和 IBM HTTP Server V7.0。有关配置 IBM HTTP Server V8.0 的信息,请参阅为 IBM HTTP Server V8 配置 Web 插件

开始之前

以下指示信息适用于 WebSphere Application Server 和 IBM HTTP Server V7.0。有关更多信息,请参阅以下主题:

关于此任务

要通过 IBM HTTP Server 将 Rational ClearCase 和 Rational ClearQuest 客户机请求路由到部署在 WebSphere Application Server 上的 Web 应用程序,必须使用每个 Web 应用程序的信息来配置 IBM HTTP Server 插件文件 httpd.conf。通常,此配置文件在安装 ClearCase 和 ClearQuest Web 服务器功能部件时会自动更新。在某些情况下,可能有必要使用以下过程来手动配置路由服务。

过程

  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 服务器: http://server/ccrc
    • ClearQuest Web 服务器:http://server/cqweb

反馈