Tool Mentor: Installing Process Assets in IBM Rational Team Concert
This tool mentor explains how to install process assets in Rational Team Concert.
Tool: IBM Rational Team Concert
Main Description

This configuration comes with a process template to be used in Rational Team Concert. You need administrator privilege in Rational Team Concert to install a process template. After it is installed, you can use the template to create any number of projects.

Install the process template

Install the process template following either of these Rational Software Information Center help topics, depending on which client you use for access to Rational Team Concert:

Install the published process content

Install the published process content so that team members can consult it easily. The content published from Rational Method Composer should be available as a WAR (Web archive) file named <process_name>.war.

In your Web server, such as the Jazz server (Tomcat), deploy that WAR file to /jazz/server/tomcat/webapps. When the server runs, that should create a folder called <process_name> on the server, such as /jazz/server/tomcat/webapps/<process_name>.

Set up the process description for your project

Projects created using Rational Team Concert point to a process description defined by the process template. By default, the process template available with this configuration points to the published process content deployed to the Web server in the previous section, typically at URL with the following format:

-http://<server_name>:<port_number>/<process_name>/index.htm

Depending on your server name, port number, and process name, you may need to change the link to the process description designated in your project area so that it points to the correct URL. For more information on how to customize the process description for your project, see Creating process template documentation.

More Information