Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
76:process_execution_rtc [2021/02/25 10:09] – [Ant Installation Script] mir76:process_execution_rtc [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Find conceptional guidance here: [[:76:process_execution|]] Find conceptional guidance here: [[:76:process_execution|]]
  
-==== Plugin Installation ====+==== Plugin Installation and Release Notes ====
  
 Download the Plugin from [[https://download.methodpark.de/stages/rtc-plugin/|https://download.methodpark.de/stages/rtc-plugin/]] Download the Plugin from [[https://download.methodpark.de/stages/rtc-plugin/|https://download.methodpark.de/stages/rtc-plugin/]]
Line 21: Line 21:
   - Copy the update site into the desired installation directory. \\ __NOTE:__  The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.   - Copy the update site into the desired installation directory. \\ __NOTE:__  The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.
   - Copy the properties from the log4j.properties file to the log4j.properties file located in the jazz server installation. The file can be found at: \\ <JazzTeamServerRoot>/server/conf/ccm/log4j.properties   - Copy the properties from the log4j.properties file to the log4j.properties file located in the jazz server installation. The file can be found at: \\ <JazzTeamServerRoot>/server/conf/ccm/log4j.properties
-  - Write the absolute path of the installed update site folder into the provision profile: \\  <code>url=file\:///<InstallationDirectory>/de.methodpark.rtc</code> +  - Write the absolute path of the installed update site folder into the provision profile <code>url=file\:///<InstallationDirectory>/de.methodpark.rtc </code> 
-  - Copy the provision profile into the following folder: <code> <JazzTeamServerRoot>/server/conf/ccm/provision_profiles  </code> +  - Copy the provision profile into the following folder:<code> 
-  - Enforce the re-provisioning of the plug-in by opening the following URL: \\ <code> [[https://<jazz|https://<jazz]] server host>:<jazz port>/<application URI>/admin internal#action=com.ibm.team.repository.admin.serverReset </code>+ <JazzTeamServerRoot>/server/conf/ccm/provision_profiles</code> 
 +  - Enforce the re-provisioning of the plug-in by opening the following URL:<code> 
 + [[https://<jazz|https://<jazz]] server host>:<jazz port>/<application URI>/admin internal#action=com.ibm.team.repository.admin.serverReset </code>
   - Restart your Jazz Team Server to complete the installation.   - Restart your Jazz Team Server to complete the installation.
  
Line 29: Line 31:
  
 If you have Apache Ant available, you can use the included Ant script for automatic installation of the Stages Process Management for Rational Team Concert plug-in. This script copies the update site into the desired installation directory and generates a provision profile that contains the correct path of the installation directory. If you have Apache Ant available, you can use the included Ant script for automatic installation of the Stages Process Management for Rational Team Concert plug-in. This script copies the update site into the desired installation directory and generates a provision profile that contains the correct path of the installation directory.
- +
 The scribt takes the following parameters: The scribt takes the following parameters:
 +
   * target.dir: REQUIRED. The installation directory of the update site.   * target.dir: REQUIRED. The installation directory of the update site.
   * target.server: REQUIRED. The installation directory of the Jazz Team Server.   * target.server: REQUIRED. The installation directory of the Jazz Team Server.
Line 36: Line 39:
  
 Use the following steps for installation using the Ant script: Use the following steps for installation using the Ant script:
 +
   - Unzip the installation package to your local file system.   - Unzip the installation package to your local file system.
-  - Execute the installation script using Apache Ant. \\ Example: \\ <code>ant -Dtarget.dir=<InstallationDirectory> -Dtarget.server=<JazzTeamServerDirectory> </code> \\ __NOTE__: The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure. +  - Execute the installation script using Apache Ant. \\ Example:<code>ant -Dtarget.dir=<InstallationDirectory> -Dtarget.server=<JazzTeamServerDirectory></code> \\ <code>__NOTE__: The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.</code> 
-  - Enforce the re-provisioning of the plug-in by opening the following URL: \\ <code> https://<jazz server host>:<jazz port>/<application URI>/admin?internal#action=com.ibm.team.repository.admin.serverReset</code>+  - Enforce the re-provisioning of the plug-in by opening the following URL:<code> 
 + https://<jazz server host>:<jazz port>/<application URI>/admin?internal#action=com.ibm.team.repository.admin.serverReset</code>
   - Restart your Jazz Team Server   - Restart your Jazz Team Server
  
-Under <code> https://localhost:9443/ccm/admin?internal#action=com.ibm.team.repository.admin.componentStatus </code> the de.methodpark.rtc.plugin should list the following services:+Under 
 + 
 +<code> 
 + https://localhost:9443/ccm/admin?internal#action=com.ibm.team.repository.admin.componentStatus 
 + 
 +</code> 
 + 
 +the de.methodpark.rtc.plugin should list the following services: 
 + 
 +{{:76:rtc_services_listing.png?nolink&}} 
 + 
 +==== RTC Plugin Configuration ==== 
 + 
 +see {{ :76:rtcpluginconfigurationv2.0.0.pdf |RTC Plugin Configuration V2.0.0.pdf}}
  
-{{:76:rtc_services_listing.png?400|}}+==== RTC Scripting Guide ====
  
 +see JavaDoc [[https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html|https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html]]