若要整合 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 7.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 說明」。