Environment:
- Windows 2003 Server sp2
- IBM WebSphere Application Server 7.0 fp 19
- IBM DB2 9.5
- IBM Rational Team Concert 4.0 RC4a
- IBM Rational Software Architect 8.0
Procedure:
1) Enable debugging on the server side:
1.1) Open WAS admin console and go to
Application servers > server2 > Process definition > Java Virtual Machine
1.2) The port can be any one that are not in use, but in our case the port
7778
1.3) Stop and Start server
2) With ccm, admin and jts stopped, change server files:
- {wasprofileserver}\config\cells\{wasnodecell}\applications\ccm_war.ear\deployments\ccm_war\ccm.war\WEB-INF\web.xml
- {wasprofileserver}\config\cells\{wasnodecell}\applications\admin_war.ear\deployments\admin_war\admin.war\WEB-INF\web.xml
- {wasprofileserver}\config\cells\{wasnodecell}\applications\jts_war.ear\deployments\jts_war\jts.war\WEB-INF\web.xml
Uncomment the block that deals with the
commandline -console argument
3) Start applications
4) Now you need to download the RTC-SDK (you must be logged in jazz.net) and then unpack it.
Note: the structure of folders and directories is very long. JazzTeam recommends
use 7-zip
5) Open the RSA (or Eclipse with jazz plugin installed) and go to menu
Window -> Preferences
5.1
)Select
Plug-in Development -> Target Platform. Select
Running Platform and click the
"Edit"
5.2) "
Add" a new location for this platform:
5.3) Select source "
Installation"
5.4) Type the path where you extracted the SDK and click
Finish
5.5) The eclipse will recognize the plugins, then finish the dialog
5.6) Open the view "
Plugins" and select all
5.7) Right-click, select "
Add to Java Search". This step may take a while to complete.
Now, our server and our client should be read to extending RTC and debugging.