TeamForge adapters - alternative installation method

An alternative method for adding the TeamForge commit and tracker adapters to your TeamForge instance.

This topic documents and alternative method for adding the TeamForge commit adapter to your TeamForge instance. In most cases, the method described in Post-installation tasks works. However, some instances of TeamForge have been configured to disable the "Custom Events Handler" user interface in the administrative section of TeamForge. For those special cases, add the TeamForge commit adapter using the steps below instead.
Note: The steps below require root access to the server hosting your TeamForge instance.
  1. Log into the server hosting your TeamForge instance as a privileged user (root, or sudo access).
  2. Download the TeamForge Commit Adapter orchestrate-commit-adapter-[version].jar and TeamForge Tracker Adapter orchestrate-tracker-adapter-[version].jar corresponding to your version of CollabNet TeamForge from the TeamForge Orchestrate Community.
  3. Copy both the orchestrate-commit-adapter-[version].jar and orchestrate-tracker-adapter-[version].jar to /opt/collabnet/teamforge/var/events

    cp orchestrate-commit-adapter-[version].jar /opt/collabnet/teamforge/var/events

    cp orchestrate-tracker-adapter-[version].jar /opt/collabnet/teamforge/var/events

  4. Restart the TeamForge process.

    Please see the TeamForge documentation on proper protocol for gracefully restarting TeamForge.

    Continue with the remaining steps in Post-installation tasks.