To integrate IBM® Rational® Focal Point™ with IBM Rational ClearQuest®, you must install the Rational ClearQuest for Focal Point Interface plug-in. That plug-in
is provided with Rational Focal Point on IBM Rational Synchronization Server.
Before you begin
On an instance of Apache Tomcat 5.5 server that is separate
from the instance that
Rational Focal Point is
on, install the following applications:
- Rational Synchronization
Server 1.4
- Rational ClearQuest, version 7.1 client
Procedure
- From the computer on which Rational Synchronization Server is set up, log in to Rational Focal Point.
- Click .
- On the Integrations download page, click FocalPointClearQuestInterfaceSetup.zip to
download the file to your computer.
- Extract the contents of the FocalPointClearQuestInterfaceSetup.zip to Tomcat_HOME\webapps.
Note: While the contents are extracted, do not change the folder
structure.
- By using a text editor, open the web.xml file,
which is available at Tomcat_HOME\webapps\TlogicIntegration\WEB-INF.
- In the web.xml file, add the following
code before the </web-app> tag:
<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>
- Save the file and restart the services.
Note: For
information about synchronizing Rational ClearQuest with Rational Focal Point, see the Rational ClearQuest for Focal Point Interface Help in the Rational Synchronization Server.