Configuring Properties to Enable Hawk Integration

To integrate TIBCO Enterprise Administrator with Hawk, some properties must be set in the <TIBCO_HOME>\tea\<version>\bin\tea.tra file.

Based on the transport type selected, the following properties need to be modified to integrate TIBCO Enterprise Administrator with Hawk:
# Variables for TEA and HAWK Integration
# IMPORTANT:: Product HOME(s) should include version folder

# HAWK TIBCO home
#tibco.env.HAWK_HOME=[[TIBCO_HAWK_HOME_ESC]]

# ActiveSpaces TIBCO HOME
#tibco.env.AS_HOME=[[TIBCO_AS_HOME_ESC]]

# Enterprise Message Service TIBCO HOME
#tibco.env.EMS_HOME=[[TIBCO_EMS_HOME_ESC]]

# Rendezvous TIBCO HOME
#tibco.env.RV_HOME=[[TIBCO_RV_HOME_ESC]]}
Ensure that the tibco.env.HAWK_HOME specified in the <TIBCO_HOME>\tea\<version>\bin\tea.tra file points to the HAWK_HOME location. By default, if no transport type is specified, the default transport type is set to TIBCO ActiveSpaces. Depending on the transport type used, ensure that you specify one of the following:
Transport Type Property in The tea.tra File Points to
TIBCO ActiveSpaces tibco.env.AS_HOME TIBCO_ACTIVESPACES_HOME
TIBCO Enterprise Message Service tibco.env.EMS_HOME TIBCO_EMS_HOME
TIBCO Rendezvous tibco.env.RV_HOME TIBCO_RV_HOME
For example, if the transport type is TIBCO Enterprise Message Service, ensure that thetibco.env.EMS_HOME points to TIBCO_EMS_HOME.
Note: If TIBCO Enterprise Administrator is installed in the same TIBCO_HOME as the transport types used, the tibo.env.<transport_type>.home variable is automatically set to point to the appropriate TIBCO_<transport_type>_HOME.