Working with Hawk Channels

Before proceeding to configure the Hawk channel, you must edit the configuration file studio.tra at BE_HOME\studio\eclipse\configuration.

Perform the following steps:

  1. Add the following environment variables:
    tibco.env.HAWK_HOME=<absolute_path_where_TIBCO Hawk_is_installed>
    tibco.env.TRA_HOME=<absolute_path_where_TIBCO Rendezvous_is_installed>

    Depending on the transport used by the Hawk Connection shared resource, you must set one of the following:

    tibco.env.RV_HOME=<absolute_path_where_TIBCO Rendezvous_is_installed>
    tibco.env.EMS_HOME=<absolute_path_where_TIBCO Enterprise Message Service_is_installed>
  2. Edit the Studio extended classpath and append the following:
    ;%HAWK_HOME%/lib;%RV_HOME%/lib/tibrvj.jar;%RV_HOME%/lib/;%TRA_HOME%/lib;%EMS_HOME%/lib
  3. Restart TIBCO BusinessEvents Studio to pick up the updated values if it is already started.