Skip to main content

Software  >  Rational  >  Enterprise Generation Language  >  

IBM Rational Debug Extension for IBM Rational Team Concert Server, V7.5.4

 Downloadable files
 
Abstract
IBM Rational Debug Extension for IBM Rational Team Concert Server, V7.5.4
 
Download Description
The Debug Extension for Rational Team Concert Server (Team Debug) allows the transfer of Java-based debug sessions between Rational Team Concert team members. During a debug session, a team member can decide to transfer the debug session to another team member. The transfer results in the receiver establishing control of the debug session. The session is at the point where the transfer occurred. The receiver can then continue to debug the application from that point.
 
Prerequisites
Rational Team Concert Server 1.0 or 2.0
 
 
Installation Instructions
This section provides instructions for installing or updating to Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4, either by using IBM Installation Manager or by manually installing.
Configuring IBM Installation Manager to install or update Rational Debug Extension for IBM Rational Team Concert Server directly from the IBM update repository
If you will use IBM Installation Manager to install or update to Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4, then it is not required that you download the compressed file from the "Download Packages" section of this document. Instead you can update to Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4 directly from the IBM update repository.

To install or update to Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4 directly from the IBM update repository, you must manually add the repository information in IBM Installation Manager:
  1. Start IBM Installation Manager.
  2. On the Start page of Installation Manager, click File > Preferences, and then click Repositories.
  3. On the Repositories page, click Add Repository.
  4. In the Add repository window, browse to or type the following Web address: http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v75/debug4rtcs/updates/
  5. Click OK to close the Preference page.

Configuring IBM Installation Manager to install or update Rational Debug Extension for IBM Rational Team Concert Server from downloaded file

If you must download the compressed file to locally install or update to Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4, complete the following steps:
  1. Download the update file listed in the download table below.
  2. Extract the compressed files in an appropriate directory. For example, choose to extract to C:\temp\update.
  3. Add the update's repository location in IBM Installation Manager:
    1. Start IBM Installation Manager.
    2. On the Start page of Installation Manager, click File > Preferences, and then click Repositories.
    3. On the Repositories page, click Add Repository.
    4. In the Add repository window, browse to or enter the file path to the diskTag.inf file, which is located in the DebugExt\disk1 sub-directory in the directory where you extracted the compressed files and then click OK. For example, enter C:\temp\updates\DebugExt\disk1\diskTag.inf.
    5. Click OK to close the Preference page.

Updating Debug Extension for Rational Team Concert Server to version 7.5.4 by using IBM Installation Manager

To update Debug Extension for Rational Team Concert Server to version 7.5.4 by using IBM Installation Manager, complete the following steps:
  1. Close Rational Team Concert.
  2. Start IBM Installation Manager by using the same user ID that installed Rational Debug Extension, v7.5, or a user ID with the same authority.
  3. Click Update.
  4. On the first page of the Update Packages wizard, select IBM Rational Debug Extension for Rational Team Concert Server, version 7.5.4 and click Check for Other Versions and Extensions to install the latest available version of the selected packages. If a newer version is available, it is automatically selected for installation. Then, click Next.
  5. On the Licenses page, read the license agreements for the selected packages. On the left-hand side of the License page, click each package version to display its license agreement. If you agree to the terms of all the license agreements, click I accept the terms of the license agreements and click Next to continue.
  6. Select the package group where you installed Rational Team Concert Server and click Next.
  7. Click Install. When the installation process is complete, a message confirms the success of the process.
  8. Close Installation Manager.

Installing Rational Debug Extension for Rational Team Concert Server by using IBM Installation Manager

If you already used IBM Installation Manager to install Rational Team Concert Server then you can use it to install Rational Debug Extension for IBM Rational Team Concert Server, v7.5.4.

To install Rational Debug Extension for Rational Team Concert Server, complete the following steps:

  1. Close Rational Team Concert.
  2. Start IBM Installation Manager by using the same user ID that installed Rational Team Concert Server, or a user ID with the same authority.
  3. Click Install.
  4. On the first page of the Install Packages wizard, select IBM Rational Debug Extension for Rational Team Concert Server. Click Check for Other Versions and Extensions to install the latest available version of the selected packages. If a newer version is available, it is automatically selected for installation. Click Next.
  5. On the Licenses page, read the license agreements for the selected packages. On the left-hand side of the License page, click each package version to display its license agreement. If you agree to the terms of all the license agreements, click I accept the terms of the license agreements and click Next to continue.
  6. Select the package group where you installed Rational Team Concert Server and click Next.
  7. Click Install. When the installation process is complete, a message confirms the success of the process.
  8. Close Installation Manager.

If Rational Team Concert Server is not using the default Tomcat server that is included in its installation files, then you must update the <install_dir>/server/provision_profiles/teamdebugservice_profile.ini file and <install_dir>/server/provision_profiles/teamdebugcommon_profile.ini file (Note: In version 2.0, the path to these files is <install_dir>/server/conf/jazz/provision_profiles/)::
Under the URL, instead of using a relative path, change it to an absolute path, for example, change url=file:../ext/rad-teamdebug-update-site to url=file:C:/Program Files/IBM/RTC/ext/rad-teamdebug-update-site.

Rational Debug Extension for Rational Team Concert Server is installed.

Installing or updating to Rational Debug Extension for Rational Team Concert Server, v7.5.4 manually
If you did not use IBM Installation Manger to install Rational Team Concert Server, you can optionally manually install or update Rational Debug Extension for Rational Team Concert Server.

Close Rational Team Concert before you manually install Rational Debug Extension for Rational Team Concert Server.

To manually install Rational Debug Extension for Rational Team Concert Server, complete the following steps:

  1. Download the update file listed in the download table below to the same computer where you installed Rational Team Concert Server.
  2. Extract the compressed files in an appropriate directory. For example, choose to extract to C:\temp\update.
  3. Open the DebugExt\disk1\ZipImage sub-directory in the directory where you extracted the compressed files. and then click OK. For example, open C:\temp\updates\DebugExt\disk1\ZipImage
  4. Delete the following directories or files if they already exist:
    • (For version 1.0) <install_dir>/server/provision_profiles/teamdebugcommon_profile.ini ; (For version 2.0) <install_dir>/server/conf/jazz/provision_profiles/teamdebugcommon_profile.ini
    • (For version 1.0) <install_dir>/server/provision_profiles/teamdebugservice_profile.ini; (For version 2.0) <install_dir>/server/conf/jazz/provision_profiles/teamdebugservice_profile.ini
    • <install_dir>/ext/rad-teamdebug-update-site/
  5. Extract the contents of the compressed file DebugExtUpdate.zip to the same directory where you installed Rational Team Concert Server.
  6. If Rational Team Concert Server is not using the default Tomcat that comes with the install image, you must update the <install_dir>/server/provision_profiles/teamdebugservice_profile.ini and <install_dir>/server/provision_profiles/teamdebugcommon_profile.ini files (Note: In version 2.0, the path to these files is <install_dir>/server/conf/jazz/provision_profiles/): Under the URL, instead of using a relative path, change it to an absolute path, for example, change url=file:../ext/rad-teamdebug-update-site to url=file:C:/Program Files/IBM/RTC/ext/rad-teamdebug-update-site.
  7. Start the Jazz server.
  8. Use your browser to access the Jazz server to reset the installed components:
  9. In the browser address field, enter https://localhost:9443/jazz/admin?internal#action=com.ibm.team.repository.admin.serverReset and press Enter.
  10. Log in by using your Jazz Admin ID and password.
  11. Click Reset.
  12. Close and restart the Jazz server.

Rational Debug Extension for Rational Team Concert Server is installed.
 
Download package
You can download the extension using either Download Director or FTP from the table below. If you are unable to use either of these methods, you can download the fix pack by using HTTP from the following Web address:
http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v75/debug4rtcs/754/zips/
What is DD?
Download RELEASE DATE LANGUAGE SIZE(Bytes) Download Options
debug4rtcs754.offering.disk1.zip9/25/2009English784861FTP DD
 
Cross Reference information
Segment Product Component Platform Version Edition
Software DevelopmentRational Software Architect for WebSphere SoftwareDebugging ApplicationsLinux, Windows7.5, 7.5.1, 7.5.2, 7.5.3, 7.5.4
 

Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.
This material provides me with the information I need.




This material is clear and easy to understand.




Did the information help you to achieve your goal?
What updates, improvements, or related information would you like to see in this document?
Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.
Input the verification number to submit feedback:
Document information
 Product categories:
 Software
 Software Development
 Analysis, Modeling, Design & Construction
 Rational Application Developer for WebSphere Software
 Debugging Applications
 Operating system(s):
  Linux, Windows
 Software version:
  7.5, 7.5.1, 7.5.2, 7.5.3, 7.5.4
 Reference #:
  4024408
 IBM Group:
 Software Group
 Modified date:
 2009-09-25

Translate My Page
 
 

Rate this page

Help us improve this page. Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.