要将 IBM® Rational® Focal Point™ 与 IBM Rational ClearQuest® 集成,您必须安装 Rational ClearQuest for Focal Point Interface 插件。该插件将随 IBM Rational Synchronization Server 上的 Rational Focal Point 一起提供。
开始之前
在与
Rational Focal Point 相关实例分开的 Apache Tomcat 5.5 服务器实例上,安装下列应用程序:
- Rational Synchronization
Server 1.4
- Rational ClearQuest V7.1 客户机
过程
- 通过安装了 Rational Synchronization Server 的计算机登录 Rational Focal Point。
- 单击。
- 在“集成”下载页面上,单击 FocalPointClearQuestInterfaceSetup.zip 以将该文件下载到计算机上。
- 将 FocalPointClearQuestInterfaceSetup.zip 的内容抽取到 Tomcat_HOME\webapps。
注: 抽取内容时,请勿更改文件夹结构。
- 使用文本编辑器,打开 web.xml 文件,该文件位于
Tomcat_HOME\webapps\TlogicIntegration\WEB-INF 中。
- 在 web.xml 文件中,在 </web-app> 标记前添加以下代码:
<servlet>
<servlet-name>ClearQuestFocalpointAdminRemote</servlet-name>
<servlet-class>com.telelogic.integration.cqfp.server.CQFocalpointAdminRemoteImpl </servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ClearQuestFocalpointAdminRemote</servlet-name>
<url-pattern>/admin/cqfpsynchronizer/cqfp</url-pattern>
</servlet-mapping>
- 保存文件并重新启动服务。
注: 有关使 Rational ClearQuest 与 Rational Focal Point,请参阅 Rational Synchronization Server 中的
Rational ClearQuest for Focal Point Interface Help。